JohnL4 / Diaspora

Diaspora RPG tools
MIT License
0 stars 0 forks source link

Put visible "required" indicator on numSystem on initial form load #19

Closed JohnL4 closed 7 years ago

JohnL4 commented 7 years ago

Ideally, we'd have some spiffy icon in the input field that appears either when the field is required and doesn't have a value, or when it's in error (which would cover the first case).

Requires getting a reference to the Angular control and switching class or visibility attributes based on the validation state of the control.