Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Nov 10, 2023
1 parent 4991b7d commit 4b8055f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/formio/components/iban.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export type IbanInputSchema = InputComponentSchema<string, Validator, Translatab
* @group Form.io components
* @category Base types
*/
export interface BaseIbanComponentSchema extends Omit<IbanInputSchema, 'hideLabel' | 'disabled' | 'placeholder'> {
export interface BaseIbanComponentSchema
extends Omit<IbanInputSchema, 'hideLabel' | 'disabled' | 'placeholder'> {
type: 'iban';
validateOn: 'blur';
}
Expand Down

0 comments on commit 4b8055f

Please sign in to comment.