Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Jan 9, 2024
1 parent 649eec7 commit d3fd7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default function Tests() {
<DatePicker id="date-picker" onChange={() => {}} />
</div>

<h3>Event handling with pevent default</h3>
<h3>Event handling with prevent default</h3>
<label htmlFor="prevent-default-test">Select inside capture phase</label>
<div onMouseDownCapture={(e) => e.preventDefault()}>
<Select
Expand Down

0 comments on commit d3fd7f7

Please sign in to comment.