mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
Test, Colorize TextFields, disable on submit
This commit is contained in:
@@ -49,6 +49,8 @@ export interface TextFieldProps {
|
||||
* onChange
|
||||
*/
|
||||
onChange?: EventHandler<ChangeEvent<HTMLInputElement>>;
|
||||
|
||||
disabled?: boolean;
|
||||
}
|
||||
|
||||
const TextField: StatelessComponent<TextFieldProps> = props => {
|
||||
|
||||
Reference in New Issue
Block a user