You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is usefull when you want to make "input field emulation" (e.g."multiselect") using "div" panel that "looks like input" and want to prevent its collapse when it is empty (be disabled with standard color and reuse input color).
create DIV panels that "looks like input" is quite common situation for plugin developers.
E.g.
The text was updated successfully, but these errors were encountered:
So what is your suggestion on how to set "input height" variable for div panel in plugin code? as plugin developer I can't relly on #{$input-height} (even if the scss is distributed with plugin) - there is no way to get user's customized value.
We need some important variables published as classes. Currently you publish it as input.form-control class height style but IT CAN"T BE ASSIGNED to div, and this is the problem. do it more generic at least.
rpokrovskij
changed the title
add new tool's class ".h-input" to set the css min-height to $input-height variable
add new tool's classes ".h-input" (.bg-disabled, .text-input) to set the css min-height to $input-height variable
May 14, 2018
rpokrovskij
changed the title
add new tool's classes ".h-input" (.bg-disabled, .text-input) to set the css min-height to $input-height variable
add new tool's classes ".h-input" (.bg-disabled, .text-input) to allow DIVs look like INPUTs
May 14, 2018
Uh oh!
There was an error while loading. Please reload this page.
this is usefull when you want to make "input field emulation" (e.g."multiselect") using "div" panel that "looks like input" and want to prevent its collapse when it is empty (be disabled with standard color and reuse input color).
create DIV panels that "looks like input" is quite common situation for plugin developers.
E.g.
The text was updated successfully, but these errors were encountered: