add a todo to create a basic textvaluepicker so that it can be reused

Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-08-05 12:18:55 +02:00
committed by Mike Lewis
parent 9425607173
commit 27a2b642d0
@@ -20,6 +20,7 @@ import Input from '@material-ui/core/Input';
import FormControl from '@material-ui/core/FormControl';
import FormHelperText from '@material-ui/core/FormHelperText';
// TODO(Mike/Himanshu): Create a simple TextValuePicker so that it could be reused for creating custom field extensions with its own validators.
export const EntityNamePicker = ({
onChange,
required,