Skip to content

Commit

Permalink
🎨 [open-formulieren/open-forms#4659] Prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Oct 2, 2024
1 parent 733b152 commit ed802b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/formio/textfield.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const TextField: React.FC<JSX.IntrinsicElements['input'] & TextFieldProps
}
}, [value]);


// XXX: this is only accepted in the form builder to get to (close to) vanilla form
// builder feature parity - setting the value with mask placeholders is bad for
// accessibility.
Expand Down

0 comments on commit ed802b2

Please sign in to comment.