react-widgets icon indicating copy to clipboard operation
react-widgets copied to clipboard

Polished, feature rich, accessible form inputs built with React

Results 56 react-widgets issues
Sort by recently updated
recently updated
newest added

Hi. I'm trying to use this widget to display tag selections made by the user inside another component rather than within Multiselect itself. The idea is that from within Multiselect,...

In popup.scss, the variable [$max-height](https://github.com/jquense/react-widgets/blob/46c72d5e6ca52ac18f364dc81c638c13aef7486d/packages/react-widgets/src/scss/popup.scss#L4) doesn't have the !default, which prevents it to be overwrited via custom variables. So without the !default i cannot do this: ```scss @use "~react-widgets/scss/styles.scss" with...

Would it be possible to add tailwind 3 support?

It's apparently not possible to display week numbers in the calendar. While not common in the US, week numbers are important in some countries and businesses, which currently disqualifies use...

When adding the line ``` import "react-widgets/styles.css"; ``` to my project, I start to see these errors below linked to failing to find the `scss` files in the correct folder....

When enter a character that no match any items in Combobox using hideEmptyPopup, onToggle is called with true argument, even though drop-down list is not appeared. And press Esc key...