fix(inputs): fix aria with shadow-dom (#16329)

This commit is contained in:
Manu MA
2018-11-16 19:26:55 +01:00
committed by GitHub
parent 10971cc3ca
commit fd79b57748
41 changed files with 399 additions and 327 deletions

View File

@ -33,6 +33,7 @@ export class Label implements ComponentInterface {
/**
* Emitted when the styles change.
* @internal
*/
@Event() ionStyle!: EventEmitter<StyleEvent>;

View File

@ -15,13 +15,6 @@ Label is a wrapper element that can be used in combination with `ion-item`, `ion
| `position` | `position` | The position determines where and how the label behaves inside an item. | `"fixed" \| "floating" \| "stacked" \| undefined` | `undefined` |
## Events
| Event | Description | Detail |
| ---------- | ------------------------------- | ---------- |
| `ionStyle` | Emitted when the styles change. | StyleEvent |
## CSS Custom Properties
| Name | Description |