@tsed/react-formio 1.13.0 → 1.13.1

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.
@@ -1515,7 +1515,7 @@ function InputText(_ref) {
1515
1515
  className: classnames("form-control", size && `form-control-${size}`),
1516
1516
  id: name,
1517
1517
  required: required,
1518
- value: localValue || placeholder || "",
1518
+ value: localValue || "",
1519
1519
  placeholder: placeholder,
1520
1520
  onChange: event => {
1521
1521
  const value = getEventValue(event);