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
"@blueprintjs/core": "^3.5.1", "@blueprintjs/datetime": "^3.3.0",
offical doc show the DatePicker has ** clearButtonText** and ** todayButtonText** props. But DateInput component cannot make these props.
I see the source. DateInput depends DatePicker.
DateInput component props cannot support these props.
DateInput component props support these props.
The text was updated successfully, but these errors were encountered:
@qly612525 ah yes this is a limitation. feel free to submit a PR adding those props to DateInput (a la #2939)
DateInput
Sorry, something went wrong.
No branches or pull requests
Environment
"@blueprintjs/core": "^3.5.1",
"@blueprintjs/datetime": "^3.3.0",
Steps to reproduce
offical doc show the DatePicker has ** clearButtonText** and ** todayButtonText** props. But DateInput component cannot make these props.
I see the source. DateInput depends DatePicker.
Actual behavior
DateInput component props cannot support these props.
Expected behavior
DateInput component props support these props.
The text was updated successfully, but these errors were encountered: