Question
Garbage Value in Custom Picker
Hi Everyone
I’m using a custom picker as a user picker to select users based on custom properties. However, I’ve run into an issue:
I’m using a custom picker as a user picker to select users based on custom properties. However, I’ve run into an issue:
• If I type something in the picker but then erase it without selecting a suggestion, the field ends up holding a garbage or null value.
• This behavior causes unexpected results in my form/data submission.
Has anyone faced a similar issue? If so, what’s the best way to handle it — for example, ensuring the field resets properly or validating before submission?

