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 I use smart-tagz in the form of elementPlus, adding a tag with the Enter key will replace the previous tag. My code:
<el-form :label-position="labelPosition" label-width="100px" :model="formLabelAlign"
<el-form-item label="Tag"> <smart-tagz input-placeholder="Select Countries ..." :default-tags="['United Kingdom', 'Uruguay', 'Uzbekistan', 'Venezuela', 'Vietnam', 'Virgin Islands (US)', 'Yemen', 'Zambia', 'Zimbabwe']"
/>
The text was updated successfully, but these errors were encountered:
I am not familiar with element plus. can you share the running code in code sandbox?
Sorry, something went wrong.
this is error message "Uncaught (in promise) TypeError: Cannot read properties of null (reading 'focus')"
prabhuignoto
No branches or pull requests
When I use smart-tagz in the form of elementPlus, adding a tag with the Enter key will replace the previous tag. My code:
<el-form
:label-position="labelPosition"
label-width="100px"
:model="formLabelAlign"
/>
The text was updated successfully, but these errors were encountered: