Skip to content
New issue

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

A bug with enter key #20

Open
ChartWay opened this issue Nov 23, 2021 · 2 comments
Open

A bug with enter key #20

ChartWay opened this issue Nov 23, 2021 · 2 comments
Assignees

Comments

@ChartWay
Copy link

ChartWay commented Nov 23, 2021

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']"

/>

@prabhuignoto prabhuignoto self-assigned this Nov 23, 2021
@prabhuignoto
Copy link
Owner

I am not familiar with element plus. can you share the running code in code sandbox?

@martin7569
Copy link

this is error message "Uncaught (in promise) TypeError: Cannot read properties of null (reading 'focus')"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants