Is it possible to prevent the user to enter certain characters on search bar while typing. For example, the user types some string... "This is a text "
and after word text the user tries enter an '*'
character. I wish to prevent the user from entering that character.
Is it possible to restrict the user to enter a certain character while typing on a search bar?