railsadminteam / rails_admin

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

Use the same widget which works for nullable booleans also for non nullable #3614

Open gabrieletassoni opened 1 year ago

gabrieletassoni commented 1 year ago

To preserve UI and UX consistency across all boolean-type fields, whether they are nullable or non-nullable.

coveralls commented 1 year ago

Coverage Status

Coverage: 95.863%. Remained the same when pulling e09d5507d6d00175579ad5ef2b815b7a2b8906ea on gabrieletassoni:feature/uniform_ui_for_nullable_and_non_nullable_boolean into 5a958e46e8620fba320e04347d326d058c07d396 on railsadminteam:master.

mshibuya commented 5 days ago

Thank you for the PR. Staged for the next major release.