mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
prettier
This commit is contained in:
@@ -56,8 +56,16 @@ export default class SlInput extends LitElement {
|
||||
@state() private isPasswordVisible = false;
|
||||
|
||||
/** The input's type. */
|
||||
@property({ reflect: true }) type: 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' =
|
||||
'text';
|
||||
@property({ reflect: true }) type:
|
||||
| 'date'
|
||||
| 'email'
|
||||
| 'number'
|
||||
| 'password'
|
||||
| 'search'
|
||||
| 'tel'
|
||||
| 'text'
|
||||
| 'time'
|
||||
| 'url' = 'text';
|
||||
|
||||
/** The input's size. */
|
||||
@property({ reflect: true }) size: 'small' | 'medium' | 'large' = 'medium';
|
||||
|
||||
Reference in New Issue
Block a user