We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec28127 commit 18b9e72Copy full SHA for 18b9e72
core/src/components/select/select.tsx
@@ -87,7 +87,7 @@ export class Select implements ComponentInterface {
87
*/
88
@State() isInvalid = false;
89
90
- @State() private?: string;
+ @State() private hintTextId?: string;
91
92
/**
93
* The text to display on the cancel button.
0 commit comments