eManPrague / frui.ts

Pragmatic MVVM frontend framework
MIT License
14 stars 5 forks source link

Metadata from validators #24

Closed gius closed 2 years ago

gius commented 3 years ago

Validators should provide validation rules as metadata so that other components can use them.

For example: required validation could cause a form field to display a required indicator, or maxLength validation could be used by an input field for its maxLength attribute

gius commented 2 years ago

Implemented