railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.88k stars 2.25k forks source link

Adds focus: false to newly created modal dialogs #3539

Closed tosbourn closed 2 years ago

tosbourn commented 2 years ago

Without forcing focus false, the modal will not allow other modals to have focus for their inputs. This breaks tools like CKEditor.

From local testing, there are no negative side effects with not forcing focus on open.

Closes #3538

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 89.109% when pulling 165c6eaa05bd6d12af2340fec03ebedde7d7dcfb on tosbourn:patch-1 into 0ebbd857912da9bd76b99ee35fb3d9b95ab78b30 on railsadminteam:master.