How to remove validation from autocomplete?
Hi all,
I have an autocomplete field sourced via DataPage. As a property is configured property with type of integer. "Searching" in this autocomplete works both with letters and numbers.
When you try to search with letters and does not choose anything and click on another field, you will get an error with autocomplete: "xyz is not valid. Enter a number such as, 20, 40".
How to remove this validation? For me it is perfectly right to leave there a letters. But I need there this property and this property has to be integer. Thanks.