Span.DoNotSearchOnEnter
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|UI's in WECPOF will search on enter as it has seek expressions - you can turn this off by defining this TV on the ViewModel level | |UI's in WECPOF will search on enter as it has seek expressions - you can turn this off by defining this TV on the ViewModel level | ||
|} | |} | ||
The default behavior of a seeker is that if the column of the search button is tagged as a seeker when you press enter and you type in the search box, it will start searching. If you don't want that, you can use <code>#Span.DoNotSearchOnEnter</code> to turn it off. | |||
[[Category:Tagged Values]] | [[Category:Tagged Values]] |
Revision as of 07:09, 23 May 2023
This page was created by Stephanie on 2023-05-18. Last edited by Stephanie on 2025-04-30.
#TargetType.TaggedValue | CommaSeparatedExampleValues | Short Description |
---|---|---|
#Span.DoNotSearchOnEnter | Existence | UI's in WECPOF will search on enter as it has seek expressions - you can turn this off by defining this TV on the ViewModel level |
The default behavior of a seeker is that if the column of the search button is tagged as a seeker when you press enter and you type in the search box, it will start searching. If you don't want that, you can use #Span.DoNotSearchOnEnter
to turn it off.