mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -184,9 +184,9 @@ export class Select implements AfterContentInit, ControlValueAccessor, OnDestroy
|
||||
* @input {string} The interface the select should use: `action-sheet` or `alert`. Default: `alert`.
|
||||
*/
|
||||
@Input() interface: string = '';
|
||||
|
||||
|
||||
/**
|
||||
* @input {string} The selected text should be showen.
|
||||
* @input {string} The text to display instead of the selected option's value.
|
||||
*/
|
||||
@Input() selectedText: string = '';
|
||||
|
||||
|
Reference in New Issue
Block a user