mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-13 13:08:47 +08:00
fix(select): add state back
This commit is contained in:
@@ -87,7 +87,7 @@ export class Select implements ComponentInterface {
|
|||||||
*/
|
*/
|
||||||
@State() isInvalid = false;
|
@State() isInvalid = false;
|
||||||
|
|
||||||
@State() private?: string;
|
@State() private hintTextId?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The text to display on the cancel button.
|
* The text to display on the cancel button.
|
||||||
|
|||||||
Reference in New Issue
Block a user