->live(onBlur: true) is not working with Select when ->multiple() is true
Hey there, I'm using filament v3.2 and have a select element in my form. I'm enabling users to select multiple items and then want to perform custom action when user leaves the field. Curretly, I've tried using ->live(onBlur: true) but its not working. It trigger the ->afterStateUpdated() each time i select a value.
Looking forward to hear from you.
5 Replies
I think select doesn't have onblur
Well select do have ->live() π
yes, this will be triggered each time the select is changed
Is there not anyway to trigger it when we leave the select?
hum, I don't know