You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an accessory is being configured on the config modal popup and required fields have not been filled in, an exclamation mark icon is still displayed next to the Save button.
When the plugin config specifies "strictValidation": true, the Save button is disabled, preventing the user from submitting an invalid configuration. However the modal popup does not display which fields have not been filled in.
What you expect to happen?
The configuration modal popup displays the required fields that need to be filled in that are causing form validation failure.
Potential solutions:
Display an i info icon next to the Save button when the form fails validation. Hovering over the icon shows the list of missing fields in a tooltip.
As the red ! icon is already displayed when a form fails validation, hovering over it shows the list of missing fields in a tooltip.
What problems would this new feature solve?
When configuring an accessory, users can check which fields still need to be filled in to pass form validation and save the configuration.
This would also help in debugging form validation issues.
The text was updated successfully, but these errors were encountered:
justjam2013
changed the title
Show missing required fields when configuring an accessory
Show missing required fields on form with validations
Feb 12, 2025
Feature Description
What is happening?
When an accessory is being configured on the config modal popup and required fields have not been filled in, an exclamation mark icon is still displayed next to the
Save
button.When the plugin config specifies
"strictValidation": true
, theSave
button is disabled, preventing the user from submitting an invalid configuration. However the modal popup does not display which fields have not been filled in.What you expect to happen?
The configuration modal popup displays the required fields that need to be filled in that are causing form validation failure.
Potential solutions:
i
info icon next to the Save button when the form fails validation. Hovering over the icon shows the list of missing fields in a tooltip.!
icon is already displayed when a form fails validation, hovering over it shows the list of missing fields in a tooltip.What problems would this new feature solve?
When configuring an accessory, users can check which fields still need to be filled in to pass form validation and save the configuration.
This would also help in debugging form validation issues.
The text was updated successfully, but these errors were encountered: