-
It would be very useful to have a prop (something like input or control) that would allow the user to provide a component to render as the input element.
-
This is not a issue at all. Maybe, it is just an idea for the future but, when I was using the package I saw that when the input (hour, minute or second) was between 0 and 9, one common time format wa…
ghost updated
5 years ago
-
Upgraded from 0.14.3 to 0.14.4. All else remains the same. Now I get a bunch of typescript errors:
```
node_modules/semantic-ui-calendar-react/dist/commonjs/inputs/DateInput.d.ts:2:8 - error TS119…
-
- [x] Add styles for `` and ``
- [x] Provide customization options for forms and inputs (sizes, colors, shapes)
- [x] Add styles for `[disabled]` and `[readonly]`
- [x] Add `defaultValue` prop
- […
-
When you pick a time, but moves focus to other before you complete the time input, you wll get a error message.
But when you go back and complete the timeinput, the error message will still appear un…
-
Hi, React Admin maintainers here. Thanks for making this lib!
We had an issue about your library on react-admin: https://github.com/marmelab/react-admin/issues/2795
`react-admin-date-inputs` seems…
-
Any extra javascript I have in the modal seems to become inactive after the user submits the form for the first time.
For instance, if I add a datepicker to one of the fields, but the user simply d…
-
Hi there,
Here is the list of issues/improvements that I've found:
# DESKTOP
## IMPROVEMENTS
- [x] Time picker should be circular. When a user reaches 23:59 we should move to 00:59 (on Arrow …
-
This is probably related to recent async changes. With Relay 1.5, both `AttendanceFilter` and `Attendance` were rerendered when `Index` was rerendered.
With Relay 1.6, components wrapped by `create…
-
I think in a possibility of pass a react input component of another lib to this lib.
In this way, I could pass, for example, a React-Bootstrap input text or Material-UI input text to this lib and I …