mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
a0d4e363c2
Form element styles should be consistent throughout the CMS. While we still have the ability to create dropdowns (<select>) which aren't based on Entwine/HTML rather than new components like <SingleSelectField>, we need to ensure those are rendered the same. By default, the Entwine-based CMS sections will transform <select> into a ChosenJS control, but you can still apply .no-chosen. Hence there's a need for correct height both in React and Entwine sections, not just in a React component. |
||
---|---|---|
.. | ||
client | ||
code | ||
javascript/lang | ||
templates/SilverStripe | ||
tests | ||
themes/cms-forms/templates | ||
thirdparty | ||
_config.php | ||
.gitignore |