MCPcopy Create free account
hub / github.com/adobe/react-spectrum / clear

Function clear

packages/dev/s2-docs/src/VisualExampleClient.tsx:1065–1065  ·  view source on GitHub ↗
(v: any)

Source from the content-addressed store, hash-verified

1063
1064function DateTimeFormatControl({control, value, onChange}: ControlProps) {
1065 let clear = (v: any) => (v === 'short' ? undefined : v);
1066 return (
1067 <Picker
1068 label={control.name}

Callers 1

DateTimeFormatControlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected