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
When using the date control clicking the input has no effect.
A log appears in the console saying that web is not supported for react-native date picker.
To Reproduce
Steps to reproduce the behavior:
run storybook with react native web
use a story with a date control
go to addons panel and try to use the date control
Expected behavior
it should be possible to edit a date
Screenshots
Suggested solution
We can use a regular input with the date and time type when the platform is web
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the date control clicking the input has no effect.
A log appears in the console saying that web is not supported for react-native date picker.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it should be possible to edit a date
Screenshots
Suggested solution
We can use a regular input with the date and time type when the platform is web
The text was updated successfully, but these errors were encountered: