@defaultusr/dai-ui 1.1.6 → 1.1.7
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/main.js +4 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -226,7 +226,10 @@ const _e = { class: "dai-label" }, S = /* @__PURE__ */ v({
|
|
|
226
226
|
onclick: () => t.open({ focus: !0 }),
|
|
227
227
|
...t.activatorAttrs.value
|
|
228
228
|
}));
|
|
229
|
-
return (l, i) => (a(), u("button", _(o.value, {
|
|
229
|
+
return (l, i) => (a(), u("button", _(o.value, {
|
|
230
|
+
type: "button",
|
|
231
|
+
class: "dai-form-control__input-group__control dai-combobox-btn"
|
|
232
|
+
}), [
|
|
230
233
|
p(l.$slots, "default", {}, () => [
|
|
231
234
|
r(t).displayValue.value ? (a(), u(I, { key: 1 }, [
|
|
232
235
|
E(k(r(t).displayValue), 1)
|