Skip to content

Commit

Permalink
There's no path input
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed May 24, 2022
1 parent 0e9b2dc commit 23ed6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/input/path/src/PathInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function PathInput({state, field}: PathInputProps) {
>
<input
className={styles.root.input()}
type="path"
type="text"
value={inputValue}
onChange={e => {
const value = e.currentTarget.value
Expand Down

0 comments on commit 23ed6e9

Please sign in to comment.