benivo-ui-library 1.8.62 → 1.8.63

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/autoComplete.less CHANGED
@@ -130,6 +130,11 @@
130
130
  &.form-group {
131
131
  .form-control {
132
132
  margin: 0;
133
+
134
+ &.disabled {
135
+ pointer-events: none;
136
+ background-color: @form-input-disabled-bg;
137
+ }
133
138
  }
134
139
 
135
140
  .required-point {