Add Tom-Select lib

This commit is contained in:
jf-cbd
2025-11-13 10:48:06 +01:00
parent cef8fbc859
commit 7733f13d14
354 changed files with 53014 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
.#{$select-ns}-wrapper.plugin-input_autogrow{
&.has-items .#{$select-ns}-control > input {
min-width: 0;
}
&.has-items.focus .#{$select-ns}-control > input {
flex: none;
min-width: 4px;
&::placeholder {
color:transparent;
}
}
}