[V2] How to unselect a picker

Hi everyone,

I would like to know how to unselect a picker I tried picker.setValue(null); but it doesn’t work.

Thanks for your help

Value must be an array so picker.setValue([])

1 Like

Thanks Vladimir it helps !