Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Update BasicForm #78

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

The BasicForm class should be able to handle simple login checks. For example, the login button could start with the is-disabled status class and once the form is valid (all elements are valid) we could remove the class.

Also, some of the TypeScript typings are incorrect and some methods could/should be defined better.