ui-kit-ck-consultant 0.5.276 → 0.5.277

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
@@ -360,6 +360,7 @@ var FormInput = /*#__PURE__*/function (_React$Component) {
360
360
  }, "*") : '') : '', /*#__PURE__*/React__default.createElement("div", {
361
361
  className: style$2.form_input_container_icon
362
362
  }, /*#__PURE__*/React__default.createElement("div", null, this.props.children), /*#__PURE__*/React__default.createElement("input", {
363
+ autoFocus: this.props.autoFocus,
363
364
  style: this.props.styleInput,
364
365
  className: style$2.form_input_icon,
365
366
  type: this.props.type,
@@ -384,6 +385,7 @@ var FormInput = /*#__PURE__*/function (_React$Component) {
384
385
  }, this.props.title, ' ', this.props.required ? /*#__PURE__*/React__default.createElement("span", {
385
386
  className: "red"
386
387
  }, "*") : '') : '', /*#__PURE__*/React__default.createElement("input", {
388
+ autoFocus: this.props.autoFocus,
387
389
  style: this.props.styleInput,
388
390
  className: style$2.form_input,
389
391
  type: this.props.type,