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

input-item value shoule be tostring & defaultValue should not override the value #327

Closed
Anberm opened this issue Mar 7, 2019 · 5 comments
Assignees

Comments

@Anberm
Copy link
Contributor

Anberm commented Mar 7, 2019

Version

0.11.6

Environment

win10&Google Chrome 72.0.3626.109

Reproduction link

https://stackblitz.com/edit/angular-dmcigx?file=src/app/app.component.ts

Steps to reproduce

1.value = 789,defaultvalue not input
2.Click the delete or number
3.defaultValue should not override the value

What is expected?

1.2:The value is normally deleted or changed
3: input-item show value 789

What is actually happening?

1.2:Delete times error, change when the implementation of the plus operation
3:input-item show value '' ,Because the input value is overwritten by the default value

Other?

inputitem

@Anberm
Copy link
Contributor Author

Anberm commented Mar 7, 2019

advice:
image

@Anberm
Copy link
Contributor Author

Anberm commented Mar 7, 2019

The default might be this:
image

@sWhite01111
Copy link
Contributor

#330

@fisherspy
Copy link
Collaborator

@Anberm has #330 solved your issue?

@Anberm
Copy link
Contributor Author

Anberm commented Apr 30, 2019

@fisherspy @sWhite01111 All right, thank you

@Anberm Anberm closed this as completed Apr 30, 2019
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