A text field web component
Attribute |
Type |
Description |
disabled |
boolean |
Disables this element |
size |
string |
Size of the text field |
placeholder |
any |
undefined |
Property |
Attribute |
Type |
Default |
Description |
size |
|
string |
undefined |
Size of the text field |
value |
|
string |
undefined |
undefined |
Event |
Description |
enter |
Dispatched when the enter key is pressed |
change |
Dispatched when the text of the text field changes |
Name |
Description |
header |
Content placed in the header of the text field |
|
Default content placed inside of the text field |
Part |
Description |
placeholder |
Placeholder css shadow part |
Property |
Syntax |
Description |
--placeholder-color |
|
Controls the color of the placeholder |
Created with webcomponents.dev