We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code brings weird behavior to textarea, when I want to write something, it selects all content. And there is no way to remove this.
create-figma-plugin/packages/ui/src/components/textbox/textbox-multiline/textbox-multiline.tsx
Lines 88 to 94 in 8f5246a
There are two options to solve this. First is to add an config, to disable this. Second is to to move ...rest to end, to allow to override props.
...rest
Lines 164 to 180 in 8f5246a
The text was updated successfully, but these errors were encountered:
TextboxMultiline
Successfully merging a pull request may close this issue.
This code brings weird behavior to textarea, when I want to write something, it selects all content. And there is no way to remove this.
create-figma-plugin/packages/ui/src/components/textbox/textbox-multiline/textbox-multiline.tsx
Lines 88 to 94 in 8f5246a
There are two options to solve this. First is to add an config, to disable this. Second is to to move
...rest
to end, to allow to override props.create-figma-plugin/packages/ui/src/components/textbox/textbox-multiline/textbox-multiline.tsx
Lines 164 to 180 in 8f5246a
The text was updated successfully, but these errors were encountered: