Access to searchString params

Hi

Is there any way to access to searchString param from java code ? I use SearchPickerField component and I’d like to have access to this param.

Hi,

Could you please clarify the use case? What have you tried so far?

I’d like to have access to input value in SearchPickerField e.g screen like below.

obraz

but this is suggestion value not field value, which will be save in field.

SearchPickerField passes this value only to options datasource as a parameter. You can implement a custom collection datasource and use it with SearchPickerField.

If want to handle this value manually use SuggestionPickerField instead.