Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Feature request: Validation support without having to add an extra hidden input #354

Open
RobiFerentz opened this issue Oct 29, 2014 · 6 comments

Comments

@RobiFerentz
Copy link

It would be nice if we could add basic form attributes to the actual input inside the directive by copying them from the parent element to the actual rendered input. It'll save adding our own inputs for validation.

In general in would be great to have better validation support.

@techniq
Copy link

techniq commented Oct 29, 2014

👍

2 similar comments
@jgoux
Copy link

jgoux commented Oct 30, 2014

👍

@keithmullins
Copy link

👍

@hatpick
Copy link

hatpick commented Nov 6, 2014

For now: Just $watch the model and on any change check for whatever you want the value(s) be and based on that $setValidity of the ui-select tag.

@JobaDiniz
Copy link

+1
@RobiFerentz how did implement with an hidden input?

@martinoss
Copy link

+1

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

No branches or pull requests

8 participants