javascript - Event for select-dropdown menu closing -



javascript - Event for select-dropdown menu closing -

is there javascript event for closing of expanded dropdown (select-element)? the blur event does fire when element loses focus, seems independently of dropdown. change event fire when client selects options instead of clicking somewhere else.

try "change" event. fired when select value list.

javascript events

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -