packages/components/eui-input-group/eui-input-group-addon-item.component.ts
A component that represents an individual item within an input group add-on. Can be used either as an attribute selector on a div or as a custom element.
<div euiInputGroupAddOn>
<div euiInputGroupAddOnItem>https://</div>
<input euiInputText placeholder="example.com" />
</div>aria-hidden="true"euiInputGroupAddOn container| selector | div[euiInputGroupAddOnItem], eui-input-group-addon-item |
| template | |
| styleUrl | ./eui-input-group-addon-item.scss |
Inputs |
HostBindings |
Accessors |
| e2eAttr |
Type : string
|
Default value : 'eui-input-group-addon-item'
|
|
Input property for setting the data-e2e attribute value. Used for end-to-end testing purposes. |
| class |
Type : string
|
|
Getter that returns the CSS class for the component. Bound to the host element's class attribute. |
| cssClasses |
getcssClasses()
|
|
Getter that returns the CSS class for the component. Bound to the host element's class attribute.
Returns :
string
|