Skip to content
#

accessible

Here are 87 public repositories matching this topic...

chakra-ui
OfficerHalf
OfficerHalf commented Mar 13, 2020

The circular progress component seems to supersede the spinner, but there's no indication in the docs which is the newer/preferred component. Maybe one should be deprecated, or at least marked as such in the docs?

Or do they serve some different purpose? Is it just the difference in animation?

reakit
diegohaz
diegohaz commented May 13, 2019

Migrating from v0 to v1

I think experimentation is the only way to get things right. In v0, we've been experimenting a lot, often with approaches that were controversial by the time we came up with them. Some of them worked. Some others, not so much. I tried to keep the good things in v1, improve the things that could be improved and discard the ones that weren't good at all.

I've been wor

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

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()} />`
`

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.