Skip to content

Commit

Permalink
style: add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Mar 8, 2024
1 parent cfebd29 commit 595836b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/forms/TextInputComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const props = withDefaults(
required?: boolean;
requiredLabel?: boolean;
type?: TextInputType;
/** Display numeric virtual keyboard. Note: do not use this when type is tel. */
numeric?: boolean;
}>(),
Expand Down

0 comments on commit 595836b

Please sign in to comment.