Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

editable_select trigger on blur BUG or ? #768

Closed pxpm closed 8 months ago

pxpm commented 10 months ago

Discussed in https://github.com/Laravel-Backpack/community-forum/discussions/762

Originally posted by **AdamovicBoban** November 28, 2023 I turned off ` ->save_on_focusout(false) ->save_on_change(false) ->auto_update_row(false) ` but it is executed onblur. Can someone check and confirm if it's a bug? https://github.com/Laravel-Backpack/community-forum/assets/68257663/c0badc11-5968-4e88-beb1-17a7b0ee29d5
pxpm commented 8 months ago

Done in https://github.com/Laravel-Backpack/editable-columns/pull/85