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

Show validation error on wrong input #103

Open
rantiev opened this issue Nov 11, 2016 · 2 comments
Open

Show validation error on wrong input #103

rantiev opened this issue Nov 11, 2016 · 2 comments

Comments

@rantiev
Copy link

rantiev commented Nov 11, 2016

Use case:

  1. user entered good to search string
  2. chose address from suggested list
  3. tries to change previous input
  4. entered completely bad string, which cant be used in suggestion

As a result of there manipulations we have valid model, and wrong viewvalue - no validation error show to a used. Used think be entered valid address. All future requests use previous model.

How cant we work it out. It seems i have to right my own module. Am i missing something? Something option?

I cant even wrote custom validation, because model stays old in next input.

@rantiev
Copy link
Author

rantiev commented Nov 11, 2016

Sorry i use phone to write a ticket. Some words are changed. Used - user.

@stodolos
Copy link

I have the same experience. Type a valid address, then start deleting some characters, and then click escape. The last valid address is left in the model.

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

2 participants