cancel
Showing results for 
Search instead for 
Did you mean: 

reset value set

Former Member
0 Kudos

I have built value help which contains cities on an input field.

The list is based on another country input field .

When user enters a letter into the cities input field the app fetches all the cities in this country starting with the letter provided.

It works well.

The problem is whe you try to put another letter into this input field. The frameworks of course warns you that this input in not part of the set of values .

what can by done to overcome this problem. ?

Regards

yuval

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You cannot do anything to overcome this problem. This is framework generated message which you cannot remove/modify according to your wish.

Regards,

Manoj

Former Member
0 Kudos

Hi

Yes, I figured that out so instead of entering a new letter in input field what I did was to add an extra dropdown from which

the user can pick a letter. Then every time the user picks new letter the search help changes according to this letter. In this way the user does have to put the letter in the input box and consequently does not invoke the framework's interference.

Thank you

regards

yuval

Former Member
0 Kudos

Hi Yuval,

Just a quick question to try understand your use case. Why do you not want to add all the cities to the attribute set, and use the automatic filtering option provided by the input value selector?

Walter