Skip to content
Snippets Groups Projects
Unverified Commit 9d173e72 authored by Dalton's avatar Dalton Committed by GitHub
Browse files

Pass parameter value to disabled TextWidget (#22471)

parent d83b13a3
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,7 @@ function Widget({
return (
<TextWidget
className={cx(className, "cursor-not-allowed")}
value={value}
placeholder={placeholder}
disabled={disabled}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment