|
@@ -22,7 +22,8 @@ render_element(#comboLookupVec{id=Id, input=Input, disabled=Disabled, validation
|
|
_ ->
|
|
_ ->
|
|
[ Input,
|
|
[ Input,
|
|
#link{
|
|
#link{
|
|
- class = ['add-btn'],
|
|
+ class = [button, sgreen],
|
|
|
|
+ style = "min-width: 40px; text-align: center; height: fit-content; margin-left: 5px;",
|
|
onclick = nitro:jse("addSortableItemFrom('#" ++ ListId ++ "', '" ++ InputId ++ "')"),
|
|
onclick = nitro:jse("addSortableItemFrom('#" ++ ListId ++ "', '" ++ InputId ++ "')"),
|
|
body = <<"+">>} ] end },
|
|
body = <<"+">>} ] end },
|
|
% TODO: Add validation for each list_item and/or "+" button
|
|
% TODO: Add validation for each list_item and/or "+" button
|