Normal view

This commit is contained in:
Belén Curcio
2018-08-09 10:40:59 -03:00
parent e696479592
commit 7483414981
4 changed files with 8 additions and 8 deletions
@@ -33,6 +33,10 @@ export interface TextFieldProps {
* Placeholder
*/
placeholder?: string;
/**
* readOnly
*/
readOnly?: boolean;
}
const TextField: StatelessComponent<TextFieldProps> = props => {