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
dialog/src/attach-focus.ts
Line 18 in 0d35c2d
The above line should be
if (this.value === '' || this.value && this.value !== 'false') {
I think we should make attach-focus boolean attribute for the following usage
attach-focus
<input attach-focus />
The text was updated successfully, but these errors were encountered:
This could be a breaking change, can we discuss it before official release @StrahilKazlachev @EisenbergEffect
Sorry, something went wrong.
@bigopon can you give a scenario where it will be a breaking change?
When someone bind to a string, that may have value equals ''
''
<input attach-focus.bind='message' />
Currently, It doesn't focus if message is ''
@bigopon do something about it (-:
No branches or pull requests
dialog/src/attach-focus.ts
Line 18 in 0d35c2d
The above line should be
I think we should make
attach-focus
boolean attribute for the following usageThe text was updated successfully, but these errors were encountered: