Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamka authored Jun 19, 2023
1 parent 254084d commit e07186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface CommonFiled {
label: string;
name: string;
validations?: Record<string, ValidatorSettings>
tip?: string;
title?: string;
placeholder?: string;
required?: boolean; // default: false
disabled?: boolean; // default: false
Expand Down

0 comments on commit e07186e

Please sign in to comment.