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.