combobox
Here are 85 public repositories matching this topic...
Issue description
I've came across a proptype warning when passing an int as options key.
focusItem is declared as a string in App.js seems reasonable enough so i think a simple conversion is enough as a think many people may try to pass an int as the option key, my case was passing the product_id from a an api.
I know that this is against the PropTypes use but i think an exception he
This issue has come up multiple times (#71, #69, #64, etc). Time to add some examples to the docs.
The aria-label currently used is hardcoded directly in template:
This is a violation of AA Criteria of WCAG if used on a page with lang != en.
The value of the aria-label has to be configurable by the developer for i18
-
Updated
Sep 4, 2018 - JavaScript
-
Updated
Jun 8, 2020 - C#
-
Updated
Apr 26, 2020 - Pascal
-
Updated
Dec 3, 2017 - JavaScript
-
Updated
May 12, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Sep 3, 2018 - CSS
-
Updated
Jul 31, 2019 - JavaScript
-
Updated
Feb 18, 2019 - TypeScript
-
Updated
May 23, 2020 - C++
-
Updated
Apr 7, 2018 - Objective-C
-
Updated
May 4, 2019 - TypeScript
-
Updated
May 10, 2020 - C#
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
May 20, 2020 - C++
-
Updated
Feb 16, 2017 - JavaScript
-
Updated
Apr 25, 2020 - C#
Improve this page
Add a description, image, and links to the combobox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the combobox topic, visit your repo's landing page and select "manage topics."
Thinking about migrating the Apollo Example. But unsure as to what the recommendation is for async rendering of items. Having read, #186 and noticing that all of the new hooks take
itemsas an argument.What are your thoughts on comboboxes with async items?
Thanks!