-
Notifications
You must be signed in to change notification settings - Fork 21
Description
If one has an AutoComplete control marked as mandatory in the UI on a form - within a Box with the BoxTemplate CollapsiblePanel - when the panel is expanded and the form is visible, click a Save button which validates the form performs exactly as expected, and the tooltip validation appears at the missing AutoComplete control. If the panel is collapsed though with the field missing a value, and the Save button (which is still visible in this example) is clicked - then the popup validation appears (as it should) but contains two occurrences of the validation message.
If an invalid value is entered in the autocomplete field - and the panel is collapsed before clicking Save, then a single validation popup message appears as expected- the problem just occurs with the AutoComplete in a collapsed panel with no field entered at all.
Another strange behaviour with BoxTemplate Collapsible panel is that if the panel is expanded and Save is clicked - and a bunch of validation tooltip messages are displayed, when the Panel is collapsed - then these all still show as tooltips (like the panel was hidden but not the tooltip validation messages showing within it.