Skip to content

Commit

Permalink
feat: add placeholder option to StringFormField
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Aug 7, 2024
1 parent adb51f5 commit 1231a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export type StringFormField<TValue extends string = string> = FormFieldMixin<
}
| {
kind: 'string';
placeholder?: string;
variant: 'input' | 'textarea';
}
>;
Expand Down

0 comments on commit 1231a0b

Please sign in to comment.