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

It is not possible currently to set the `id` attribute of `Combobox`, `NumberPicker` etc. Because of that, it is not possible to link a `` to them using `htmlFor` attribute.

After update of CRA (react-scripts) to version 5 there are many warnings (Failed to parse source map from *) regarding files in react-widgets folder. More info -> https://github.com/facebook/create-react-app/discussions/11767

focusFirstItem does not work anymore in none of the browsers.

See attached screen recording. Attempting to use the DatePicker component in a React/Ionic cross platform application. Everytime I use the calendar picker, the popover closes itself after a few (2-3)...

Why do I see only 27 releases and the latest version is 3.0.0? When I install the package the current version is 5.8.4 and also the npm page is showing...

"react-widgets": "5.8.3", "react-widgets-date-fns": "5.0.19", Although not 'disabled' the 'mrt 2022' field: clicking it doesn't do anything. ![image](https://user-images.githubusercontent.com/279268/157227188-57b4ff81-6e09-4ae7-aa78-bf3cbeaedcb7.png) min Fri Jan 01 2021 00:00:00 GMT+0100 (Central European Standard Time) max Fri...

Is there a difference between onChange and onSelect ? Both events are triggered regardless of whether the value has actually changed. onSelect: https://jquense.github.io/react-widgets/docs/Listbox/#onSelect ("_This handler fires when an item has...

I'm trying to migrate from "4.6.1" version to "5.5.1". In the previous implementation I was using setDateLocalizer and no longer is available. The app had a behavior that I can't...

Typescript was throwing a type error when trying to provide a defaultValue to the TimeInput component. Have defined the type mirroring the approach taken for the DatePicker component.

Many thanks for this library its much appreciated! Whilst migrating from v4 to v5 I noticed what seems to be an issue with the DropdownList component's accessibility. If filter prop...