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 eb888b0 commit 2f907c3Copy full SHA for 2f907c3
packages/components/scripts/post-build/components.ts
@@ -221,9 +221,7 @@ export const getComponents = (): Component[] => [
221
from: 'ngAfterViewInit() {',
222
to:
223
'ngAfterViewInit() {\n' +
224
- '\tif ((this.variant() === "floating" || !!this.placeholder()) && !this.value()) {\n' +
225
- '\t\tthis.writeValue(this.options()?.[0]?.value ?? "");\n' +
226
- '\t}\n'
+ '\t this.writeValue(this.value() ?? "");'
227
}
228
],
229
react: [
0 commit comments