Skip to content
#

accessible

Here are 94 public repositories matching this topic...

bootstrap-vue
chakra-ui
reakit
annakirkpatrick
annakirkpatrick commented Aug 15, 2019

This is a really minor issue, but hopefully will also be an easy fix.

Because of recent physical workspace set up changes, I've been experimenting with docking Optikey to the bottom of my screen (rather than the top, as has been my preference in the past).

With Optikey set up this way (docked to the bottom), the expand dock and collapse dock icons on the mouse keyboard appear to be drawn for

tyeth
tyeth commented Apr 26, 2020

Using Samsung Note9 Chrome lastest on github page.
Change phone into landscape mode and try the url example, you will see no copyright at the bottom, try in portrait and you do.

I believe this to be because the address bar on mobile reduces available height but window height includes adressbar space. In landscape mode there is no extra margin so the URL example page gets truncated by that amou

mrchief
mrchief commented Mar 15, 2019

Currently, the documentation site https://dowjones.github.io/react-dropdown-tree-select/ is housed under docs folder.

The advantages of this approach are:

  • easier to do at the start of the project
  • one package.json for dependencies (easier to manage)
  • examples closer to source
  • easier to test changes while developing locally

Disadvantages

  • biggest one being the confli
eldyvoon
eldyvoon commented Jun 29, 2018

Are you reporting a bug?

renderInputComponent is not optional? when it's undefined it should render the default input component. For now I have to do this


if (custom) {
  return (
    <Autosuggest
      {...props}
      renderInputComponent={() => this.customComponent()}
    />
  )
}

return `<Autosuggest  {...props} renderInputComponent={() => this.customComponent()} />`
`
albanm
albanm commented Apr 27, 2020

The table view should be extended for more filter possibilities on top of the existing full text search field.

  • filter on a field by clicking on a value in a column
  • list of editable filters (edit operator and value)
  • download the filtered results in the supported formats, cf koumoul-dev/data-fair#93

Improve this page

Add a description, image, and links to the accessible topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the accessible topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.