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
Link to a minimal repro: https://codesandbox.io/p/devbox/eloquent-swanson-h79ky6?file=%2Fsrc%2FDatetimeExample.tsx
Now
The displayed date in the DateInput still shows the placeholder text, and does not change to the new value.
This only occurs if the popover was opened without a date already set, and closed without selecting a date within the popover.
The displayed text in the DateInput should change to 'now'.
The text was updated successfully, but these errors were encountered:
fix bug related to ticket palantir#6703 placeholder not updating due …
a2a4d86
…to wrong focus state
Just opened a PR for this. Turns out the fix was just a one line change: #7121
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
"@blueprintjs/core": "^5.9.1",
"@blueprintjs/datetime": "^5.3.1",
"@blueprintjs/datetime2": "^2.3.1",
Code Sandbox
Link to a minimal repro: https://codesandbox.io/p/devbox/eloquent-swanson-h79ky6?file=%2Fsrc%2FDatetimeExample.tsx
Steps to reproduce
Now
to set the dateActual behavior
The displayed date in the DateInput still shows the placeholder text, and does not change to the new value.
This only occurs if the popover was opened without a date already set, and closed without selecting a date within the popover.
Expected behavior
The displayed text in the DateInput should change to 'now'.
The text was updated successfully, but these errors were encountered: