kontenta / kontour

Admin page manager for Laravel
2 stars 1 forks source link

Require name for dirty inputs #154

Closed bjuppa closed 5 years ago

bjuppa commented 5 years ago

This PR adds a check that inputs have a name attribute set before marking them as dirty.

This is supposed to help when adding inputs to form that are used for some on-page functionality and not submitted with the form.