We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click on the control element example should load the calendar.
Click on the control element example does nothing
Whatever breaks this example also breaks similar usage in my app. When using the Control Element method, users can't use the date control.
The text was updated successfully, but these errors were encountered:
@juanpaco Have you had any luck debugging this issue? I am experiencing this same issue in Safari.
Sorry, something went wrong.
I haven't, no. I ended up using https://github.com/YouCanBookMe/react-datetime instead.
Ok, thanks.
My fix for this, setting the onClick event to call the onFocus function.
const CustomControl = ({...props}) => { return (<Button onClick={props.onFocus} {...props}>{props.value}</Button>); };
No branches or pull requests
Table of Contents
Expected Behavior
Click on the control element example should load the calendar.
Current Behavior
Click on the control element example does nothing
Possible Solution
Steps to Reproduce (for bugs)
Context
Whatever breaks this example also breaks similar usage in my app. When using the Control Element method, users can't use the date control.
Your Environment
The text was updated successfully, but these errors were encountered: