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
As it says right here https://github.com/fabbricadigitale/paper-chip#input-field-feature We can do validation to paper-chip-input manually. Somehow when I use it inside a shadow-root of a polymer element, it can not be validated as the browser says
shadow-root
Here is my code for the paper-chip-input
paper-chip-input
<paper-item id="newRC"> <paper-chip-input id="rcListAndInput" autocomplete placeholder="Choose categories" required></paper-chip-input> </paper-item>
And here is where I try to validate it manually using a polymer observer on rrc-new.html line 143
rrc-new.html
143
checkValidateProperty(submitted){ if(submitted == true) this.$.rcNewForm.validate() }
Is there anything I have wronged to do? Or it seems to be a bug?
The text was updated successfully, but these errors were encountered:
@alelb could you have a look here?
Sorry, something went wrong.
alelb
No branches or pull requests
As it says right here https://github.com/fabbricadigitale/paper-chip#input-field-feature
We can do validation to paper-chip-input manually. Somehow when I use it inside a
shadow-root
of a polymer element, it can not be validated as the browser saysHere is my code for the
paper-chip-input
And here is where I try to validate it manually using a polymer observer on
rrc-new.html
line143
Is there anything I have wronged to do? Or it seems to be a bug?
The text was updated successfully, but these errors were encountered: