ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Form error field class #117

Closed exegeteio closed 3 years ago

exegeteio commented 3 years ago

Description of Feature or Issue

closes #107

Added an initializer to customize the CSS class added by ActiolnView to a field when in an error state. The class being added is 'is-danger'.

Checklist

User-Facing Changes

Should see a error highlight when a field is not validated. At the moment, that highlight is red per pre-existing styles.