-
Notifications
You must be signed in to change notification settings - Fork 867
Open
Description
I'm Submitting a ...
[X ] Bug report
[ ] Feature request
[ ] Support request
Steps to Reproduce
export const RangeDateTimePicker: FunctionComponent<RangeDateTimePickerProps> = observer((props) => {
const [firstTimeSeenFromValue, setFirstTimeSeenFrom] = useState('');
return <div>
<button onClick={() => setFirstTimeSeenFrom('')}>Reset</button>
<div>
<Datetime
closeOnSelect={true}
value={firstTimeSeenFromValue}
onChange={(v => setFirstTimeSeenFrom(v as any))}
/>
</div>
Expected Results
Value should be empty
Actual Results
Nothing happens
edaqa-uncountable, mgedmin and jeffmath
Metadata
Metadata
Assignees
Labels
No labels