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
When modelValue is set with a default value, formatting should work.
Formatter is not applied for the default value when the screen is rendered for the first time.
https://webcomponents.dev/edit/VN1AKgpTlGmjVhBfDShH/src/index.stories.js
input-datepicker - "0.19.1"
The text was updated successfully, but these errors were encountered:
Thanks for the issue. The formatting properties are not 'order independent' yet.
Here, I defined the formatter before the modelValue and then it works: https://webcomponents.dev/edit/LtIxk2Ewk1i0pGqQWSE7/src/index.stories.js
Sorry, something went wrong.
Closing this one and added member order independence here: #787
No branches or pull requests
Expected behavior
When modelValue is set with a default value, formatting should work.
Actual Behavior
Formatter is not applied for the default value when the screen is rendered for the first time.
https://webcomponents.dev/edit/VN1AKgpTlGmjVhBfDShH/src/index.stories.js
Additional context
input-datepicker - "0.19.1"
The text was updated successfully, but these errors were encountered: