Skip to content

Commit acda0f8

Browse files
Addign props
1 parent d896714 commit acda0f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plugin/utils/props.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ export const sharedProps = {
5757
// ? The column name of the field - [ All Fields ] //
5858
name: '',
5959

60+
// ? If the field is used in a table this will remove the top padding //
61+
tableField: true,
62+
6063
// ? The color of the underline - [ All Fields ] //
6164
underlineColor: 'primary',
6265

@@ -210,6 +213,9 @@ const textareaProps = {
210213
// ? Automatically grow the textarea depending on amount of text //
211214
autoGrow: true,
212215

216+
// ? The height of the textarea when autoGrow is false //
217+
rows: 1,
218+
213219
// ? The variant of the field //
214220
variant: 'underlined' as const,
215221
},

0 commit comments

Comments
 (0)