inertia-bootstrap-forms 1.0.52 → 1.0.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.
@@ -2727,8 +2727,11 @@ const Mm = /* @__PURE__ */ Q(Fd, [["render", Rd]]), Bd = x({
2727
2727
  },
2728
2728
  placeholder: {
2729
2729
  type: String,
2730
- default: "",
2731
- required: !1
2730
+ default: ""
2731
+ },
2732
+ disabled: {
2733
+ type: Boolean,
2734
+ default: !1
2732
2735
  },
2733
2736
  modelValue: String,
2734
2737
  options: {
@@ -2764,6 +2767,7 @@ function Kd(t, e, i, n, r, s) {
2764
2767
  "onUpdate:modelValue": e[0] || (e[0] = (a) => t.modelValue = a),
2765
2768
  class: "tiny-editor-input-el",
2766
2769
  init: {
2770
+ disabled: this.disabled,
2767
2771
  placeholder: this.placeholder,
2768
2772
  ...t.options
2769
2773
  }