mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
5e634c2a16
Convert form and Textfield styles to use Bootstrap Split out btn styles a bit more clearly defined (BEM) Toolbar modifier to improve spacing for smaller screens Use bootstrap spacer styles .m-t-1 (margin-top-1 x spacer) instead of custom spacer Added a few typography helpers Tab styles continued although they are hidden (used on AssetAdmin editor panel) |
||
---|---|---|
.. | ||
tests | ||
README.md | ||
TextField.js |
Text Field Component
Generates an editable text field.
Props
leftTitle
The label text to display with the field.
extraClass
Addition CSS classes to apply to the <input>
element.
name (required)
Used for the field's name
attribute.
handleFieldUpdate
Handler function called when the field's value changes.
value
The field's value.