mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
test(e2e): force roboto font on all systems (#15993)
This commit is contained in:
@ -27,14 +27,14 @@ A Picker is a dialog that displays a row of buttons and columns underneath. It a
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description |
|
||||
| ---------------------- | ---------------------------------------- |
|
||||
| `ionPickerDidDismiss` | Emitted after the picker has dismissed. |
|
||||
| `ionPickerDidLoad` | Emitted after the picker has loaded. |
|
||||
| `ionPickerDidPresent` | Emitted after the picker has presented. |
|
||||
| `ionPickerDidUnload` | Emitted after the picker has unloaded. |
|
||||
| `ionPickerWillDismiss` | Emitted before the picker has dismissed. |
|
||||
| `ionPickerWillPresent` | Emitted before the picker has presented. |
|
||||
| Event | Detail | Description |
|
||||
| ---------------------- | ------------------ | ---------------------------------------- |
|
||||
| `ionPickerDidDismiss` | OverlayEventDetail | Emitted after the picker has dismissed. |
|
||||
| `ionPickerDidLoad` | | Emitted after the picker has loaded. |
|
||||
| `ionPickerDidPresent` | | Emitted after the picker has presented. |
|
||||
| `ionPickerDidUnload` | | Emitted after the picker has unloaded. |
|
||||
| `ionPickerWillDismiss` | OverlayEventDetail | Emitted before the picker has dismissed. |
|
||||
| `ionPickerWillPresent` | | Emitted before the picker has presented. |
|
||||
|
||||
|
||||
## Methods
|
||||
|
Reference in New Issue
Block a user