]> BookStack Code Mirror - bookstack/commit
Fixed audit log user dropdown usability issue
authorDan Brown <redacted>
Wed, 4 Aug 2021 19:48:23 +0000 (20:48 +0100)
committerDan Brown <redacted>
Wed, 4 Aug 2021 19:48:23 +0000 (20:48 +0100)
commit7a8954ee6501853857a55df9a73c0509a55599c9
tree06866999ef68fe4014813d519b83fe9f74b8793f
parentb1ee1a856f3ebbbe3023b08c14472b388744fc46
Fixed audit log user dropdown usability issue

User search input blur would trigger the submission of the search
filters which would cause strange thing where you'd click on a search
filtered user which would blur the input hence submit, but the user
would think they've clicked the user and the page would reload but the
input had not updated at that point.

Related to #2863
resources/js/components/dropdown-search.js
resources/js/components/submit-on-change.js
resources/js/components/user-select.js
resources/views/settings/audit.blade.php