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
Using the Autocomplete control, we are dynamically setting required to "true" when a different control is populated.
This properly sets the requirement; you cannot submit the form when the control is empty. However, the field remains required and will not validate successfully, even after you select a value. It would be nice for the validation to properly accept a value and allow for submission.
This was reported as a Bug, but marked 'working as designed'. So I'm converting it to a feature request for future consideration.
🤔 Expected Behavior
When we select a value in the autocomplete control, it should no longer say that the field is required, and allow the form to submit.
😯 Current Behavior
Field fails validation, even after a selection is made.
💁 Possible Solution
🔦 Context
We would like to have a an autocomplete control be required when another field is selected. The control should require a selection and validate properly.
💻 Examples
Examples provided in referenced Bug ticket.
The text was updated successfully, but these errors were encountered:
🙋 Feature Request
Using the Autocomplete control, we are dynamically setting required to "true" when a different control is populated.
This properly sets the requirement; you cannot submit the form when the control is empty. However, the field remains required and will not validate successfully, even after you select a value. It would be nice for the validation to properly accept a value and allow for submission.
This was reported as a Bug, but marked 'working as designed'. So I'm converting it to a feature request for future consideration.
🤔 Expected Behavior
When we select a value in the autocomplete control, it should no longer say that the field is required, and allow the form to submit.
😯 Current Behavior
Field fails validation, even after a selection is made.
💁 Possible Solution
🔦 Context
We would like to have a an autocomplete control be required when another field is selected. The control should require a selection and validate properly.
💻 Examples
Examples provided in referenced Bug ticket.
The text was updated successfully, but these errors were encountered: