silverstripe-framework/admin/client/src/components/TextField
Paul Clarke 5e634c2a16 Update Form component to just Form
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)
2016-06-03 15:52:31 +12:00
..
tests Consistent React event method naming 2016-05-11 18:08:23 +12:00
README.md Add DetailEditForm to Campaign admin 2016-04-26 15:32:07 +12:00
TextField.js Update Form component to just Form 2016-06-03 15:52:31 +12:00

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.