mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
docs: fix typo (#237)
This commit is contained in:
@@ -85,7 +85,7 @@ export class Input {
|
||||
/** A pattern to validate input against. */
|
||||
@Prop({ reflect: true }) pattern: string;
|
||||
|
||||
/** Set to true to make the checkbox a required field. */
|
||||
/** Set to true to make the input a required field. */
|
||||
@Prop({ reflect: true }) required: boolean;
|
||||
|
||||
/** The input's autocaptialize attribute. */
|
||||
|
||||
Reference in New Issue
Block a user