From 1e3e40a4524407c9775e0578a70bd21469e2ab3b Mon Sep 17 00:00:00 2001 From: Dmytro Date: Fri, 23 Oct 2015 20:43:14 +0300 Subject: [PATCH] [Docs][TextField] Added inputStyle property in info section [Docs][TextField] Added inputStyle property in info section [Docs][TextField] Added inputStyle property in info section --- docs/src/app/components/pages/components/text-fields.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/app/components/pages/components/text-fields.jsx b/docs/src/app/components/pages/components/text-fields.jsx index ced04ddbaeaa6d..8924913fe46898 100644 --- a/docs/src/app/components/pages/components/text-fields.jsx +++ b/docs/src/app/components/pages/components/text-fields.jsx @@ -92,6 +92,12 @@ let TextFieldsPage = React.createClass({ header: 'optional', desc: 'The hint text string to display.', }, + { + name: 'inputStyle', + type: 'object', + header: 'optional', + desc: 'Override the inline-styles of the TextField\'s input element.', + }, { name: 'multiLine', type: 'bool',