Skip to content

Commit

Permalink
autoOk was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Jul 22, 2020
1 parent c9d6720 commit be65afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/StaticComponents.example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useStaticState, ClockView, Calendar } from '@material-ui/pickers';
function StaticPickers() {
const [value, handleDateChange] = useState(new Date());

// you can past mostly all available props, like minDate, maxDate, autoOk and so on
// You can past mostly all available props, like minDate, maxDate, and so on
const { pickerProps, wrapperProps } = useStaticState({
value,
onChange: handleDateChange,
Expand Down

0 comments on commit be65afb

Please sign in to comment.