Hello Sridevi,
You are trying correctly,
-Style the template grid to appear inline with the input field ,
-Make tags look like chips/bubbles.
.tag-chip {
display: inline-block;
background: #e0e0e0;
border-radius: 16px;
padding: 4px 12px;
margin: 4px;
}
Try with above approach.
Thanks!!!!
Hi Sridevi,
I am not able to understand what you exactly want
Could you please attach some screenshot?
Similar to this. User enters some value and on a button click, it gets added like the ones above with a cancel option, I tried the same with a template grid but that would display the values outside of the user input box. But, that's the closer I have gotten yet.
Combo box widget is there but its a selector so it doesn't solve the ask.
Hi Sridevi,
You can use LabelSelector check the below 👇 link
https://marketplace.mendix.com/link/component/292/Mendix/Label-Selector
Thanks everyone, for now, I'm going ahead with the template grid and custom styling.