From 18b9e7253aa7609221ae54ee12cb570085d9f87f Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 10 Nov 2025 11:20:21 -0800 Subject: [PATCH] fix(select): add state back --- core/src/components/select/select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/select/select.tsx b/core/src/components/select/select.tsx index 5d36fed5fb..ed967b9f83 100644 --- a/core/src/components/select/select.tsx +++ b/core/src/components/select/select.tsx @@ -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.