You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
I'm making a full dashboard using your package and it is going on, but i had to make some tricky things to get done some things; one of them is a time picker: since this package has no a datetime picker we had to use react-datetimepicker which is useful to make a timepicker though a few cumbersome.
Ass you can see in the documentation, you can use your custom input, but for it you need the onClick event active on it, unfortunately, you are not passing the onClick event to Form Input in this package; hence, we had to make our own timepicker using react-bootstrap which is not a good idea:
Hi,
I'm making a full dashboard using your package and it is going on, but i had to make some tricky things to get done some things; one of them is a time picker: since this package has no a datetime picker we had to use
react-datetimepicker
which is useful to make a timepicker though a few cumbersome.Ass you can see in the documentation, you can use your custom input, but for it you need the
onClick
event active on it, unfortunately, you are not passing the onClick event to Form Input in this package; hence, we had to make our own timepicker usingreact-bootstrap
which is not a good idea:Then, could you pass the
onClick
event to the Form Input component? It is easier than create a timepicker component.Thanks.
The text was updated successfully, but these errors were encountered: