fix(select): add state back

This commit is contained in:
Maria Hutt
2025-11-10 11:20:21 -08:00
parent ec28127c12
commit 18b9e7253a

View File

@@ -87,7 +87,7 @@ export class Select implements ComponentInterface {
*/
@State() isInvalid = false;
@State() private?: string;
@State() private hintTextId?: string;
/**
* The text to display on the cancel button.