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
There are circumstances where we want to validate use input and only allow the input string to be added to the multivalue if the user input is valid. Perhaps in the onItemAdded function, if the return is false, then the items is not added to the list.
The text was updated successfully, but these errors were encountered:
There are circumstances where we want to validate use input and only allow the input string to be added to the multivalue if the user input is valid. Perhaps in the
onItemAdded
function, if the return is false, then the items is not added to the list.The text was updated successfully, but these errors were encountered: