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 creating a new LoRa Device with validation errors, the information "One or more validation errors occured" might be displayed on the wrong tab, and that can be confusing.
Expected Behavior
If there's a validation error in the form, the user should know which field is incorrect.
Current Behavior
Currently, if the DeviceID doesn't match the regex (16 hexadecimal character), the LoRaWan tab appears as invalid (red font) and no additional information is provided to the user.
If a issue occurs within a tab, the corresponding tab should appear as invalid and the incorrect field should be highlighted.
Additional Information
This issue most likely occurs because the DeviceID field format is checked in the "LoRaDeviceDetailsValidator.cs" file, that influences the LoRaWan tab's status.
The text was updated successfully, but these errors were encountered:
When creating a new LoRa Device with validation errors, the information "One or more validation errors occured" might be displayed on the wrong tab, and that can be confusing.
Expected Behavior
If there's a validation error in the form, the user should know which field is incorrect.
Current Behavior
Currently, if the DeviceID doesn't match the regex (16 hexadecimal character), the LoRaWan tab appears as invalid (red font) and no additional information is provided to the user.
If a issue occurs within a tab, the corresponding tab should appear as invalid and the incorrect field should be highlighted.
Additional Information
This issue most likely occurs because the DeviceID field format is checked in the "LoRaDeviceDetailsValidator.cs" file, that influences the LoRaWan tab's status.
The text was updated successfully, but these errors were encountered: