S-Stephen / projectlight-ngx

Projectlight sample webpage(s) utilizing campl-ngx Angular libraries
https://gitpod.io/#https://github.com/S-Stephen/angular-edpcmentoring
0 stars 0 forks source link

provide required directive for form fields #25

Open S-Stephen opened 4 years ago

S-Stephen commented 4 years ago

Include the ability to provide the required directive to firm fields.

This will / should provide the rendering as required in the form ie

'my field *'

rather than

'my field'

S-Stephen commented 4 years ago

https://stackoverflow.com/questions/45498708

It looks likely that 'required' will have to be passed as an @Input argument or within an @input argumment object?!