eco-vue-js 0.3.80 → 0.3.82
Sign up to get free protection for your applications and to get access to all the features.
@@ -264,7 +264,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
264
264
|
id: inputId,
|
265
265
|
ref_key: "input",
|
266
266
|
ref: input,
|
267
|
-
class: normalizeClass(["text-base font-normal outline-0 border-none bg-[inherit] flex-1 max-w-full disabled:opacity-80 disabled:cursor-not-allowed placeholder:text-gray-400 dark:placeholder:text-gray-500 appearance-none", {
|
267
|
+
class: normalizeClass(["text-base font-normal outline-0 border-none bg-[inherit] flex-1 max-w-full w-input disabled:opacity-80 disabled:cursor-not-allowed placeholder:text-gray-400 dark:placeholder:text-gray-500 appearance-none", {
|
268
268
|
"min-h-[var(--textarea-height,160px)] w-full p-3": _ctx.textarea,
|
269
269
|
"resize-y": _ctx.resize && _ctx.textarea,
|
270
270
|
"resize-none": !_ctx.resize && _ctx.textarea,
|
package/package.json
CHANGED