mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
First integration of forms
This commit is contained in:
@@ -37,6 +37,14 @@ export interface TextFieldProps {
|
||||
* Mark as readonly
|
||||
*/
|
||||
readOnly?: boolean;
|
||||
/**
|
||||
* Name
|
||||
*/
|
||||
name?: string;
|
||||
/**
|
||||
* onChange
|
||||
*/
|
||||
onChange?: <T>(event: any) => void;
|
||||
}
|
||||
|
||||
const TextField: StatelessComponent<TextFieldProps> = props => {
|
||||
|
||||
Reference in New Issue
Block a user