@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.
package/dist/index.js CHANGED
@@ -2031,7 +2031,7 @@ function InputText(_ref) {
2031
2031
  className: classnames("form-control", size && "form-control-" + size),
2032
2032
  id: name,
2033
2033
  required: required,
2034
- value: localValue || placeholder || "",
2034
+ value: localValue || "",
2035
2035
  placeholder: placeholder,
2036
2036
  onChange: function onChange(event) {
2037
2037
  var value = getEventValue(event);