Skip to content

Commit 18b9e72

Browse files
committed
fix(select): add state back
1 parent ec28127 commit 18b9e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/select/select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class Select implements ComponentInterface {
8787
*/
8888
@State() isInvalid = false;
8989

90-
@State() private?: string;
90+
@State() private hintTextId?: string;
9191

9292
/**
9393
* The text to display on the cancel button.

0 commit comments

Comments
 (0)