HI,
Probably simplest is a separate TextEdit box
with SetOnChange (every change) or SetOnEnter (when user types enter)
Keep the entries for the Spinner (or List) in an array,
then you can use javascript .filter on the array (creates a new shorter array)
finally SetList to the new array
(may need to convert new array toString)
Regards, ah