@truenas/ui-components 0.1.52 → 0.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1833,7 +1833,7 @@ var InputType;
1833
1833
  class TnInputComponent {
1834
1834
  inputEl = viewChild.required('inputEl');
1835
1835
  inputType = input(InputType.PlainText, ...(ngDevMode ? [{ debugName: "inputType" }] : []));
1836
- placeholder = input('Enter your name', ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
1836
+ placeholder = input('', ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
1837
1837
  testId = input(undefined, ...(ngDevMode ? [{ debugName: "testId" }] : []));
1838
1838
  disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
1839
1839
  multiline = input(false, ...(ngDevMode ? [{ debugName: "multiline" }] : []));