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
Currently I am using Material-UI and I am using the onNewRequest property in AutoComplete field but the onNewRequest triggers only on Enter or when a value is selected, I wish to call the onNewRequest even when we click outside(i.e. onBlur property). Is this possible? I need to validate whether a user selects from the autocomplete options else throw an error but if the user enters any value and clicks outside the field he escapes the validation.
Currently I am using Material-UI and I am using the onNewRequest property in AutoComplete field but the onNewRequest triggers only on Enter or when a value is selected, I wish to call the onNewRequest even when we click outside(i.e. onBlur property). Is this possible? I need to validate whether a user selects from the autocomplete options else throw an error but if the user enters any value and clicks outside the field he escapes the validation.
The text was updated successfully, but these errors were encountered: