Skip to content

Commit

Permalink
Remove data-f-datainput
Browse files Browse the repository at this point in the history
  • Loading branch information
epi-qang2 committed Oct 17, 2023
1 parent d0e214c commit 8fe5b2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const TextareaElementBlock = (props: TextareaElementBlockProps) => {
id={element.key}
className="FormTextbox__Input"
placeholder={element.properties.placeHolder}
data-f-datainput
{...extraAttr.current}
aria-describedby={`${element.key}_desc`}
value={elementContext.value as string}
Expand Down

0 comments on commit 8fe5b2a

Please sign in to comment.