cancel
Showing results for 
Search instead for 
Did you mean: 

Smart filter bar Go button validations not happening

tezk
Participant
0 Kudos

Hi Team,
I have Smart Filter bar that contains several fields. If I enter a wrong value in any of the fields (for example 'abc' instead of backend matching value '123'), it's showing 'Invalid Entry' message. When I click on GO button for performing the custom validations (search function call is correct), it's not even triggering the 'search' event. SAPUI5 version is 1.108.22. How do I make the validations work.

junwu
Active Contributor
0 Kudos
not understand what you are talking.

Accepted Solutions (0)

Answers (1)

Answers (1)

tejaswikosanam
Explorer
0 Kudos

Hi @junwu ,

How do I provide validations on sapui5 smart filter bar when I click on 'GO'. In earlier versions, I used to do the validations in 'search' event of GO. But in latest versions, when I enter wrong value in smart filter bar, it's showing 'Invalid Entry' and the 'search' event of GO button is not getting triggered there by unable to do custom validations. It's similar to below scenario:
https://community.sap.com/t5/technology-q-a/smart-filter-value-help-disable-validation/qaq-p/1250963...

after this step, I want to do either custom validation on the value entered or change the 'Invalid Entry' message. Please suggest,
Thank you.