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
Setting the DatePicker inputProps.id property is not working.
DatePicker
inputProps.id
With this code the final id of the input element is rw_1_input.
rw_1_input
<DatePicker inputProps={{ id: 'inputId }} .../>
With this code the final id of the input element is mainId_input.
mainId_input
<DatePicker id="mainId" inputProps={{ id: 'inputId' }} .../>
These closed issues reports the same and seems to be closed and fixed in 2021.
#1023 #1024
Using "react-widgets": "^5.8.3"
"react-widgets": "^5.8.3"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setting the
DatePicker
inputProps.id
property is not working.With this code the final id of the input element is
rw_1_input
.With this code the final id of the input element is
mainId_input
.These closed issues reports the same and seems to be closed and fixed in 2021.
#1023
#1024
Using
"react-widgets": "^5.8.3"
The text was updated successfully, but these errors were encountered: