position a regular button near a text input (like the calendar trigger button)
0
Hi I want to place a regular button next to a text or dropdown input field on a form to make it look like a trigger button. How to do this properly?
asked
Ilia Basin
1 answers
0
You can use layout grid/table with two columns, in 1st you can place your input widget or dropdown and in 2nd you can put your button. You’ll have to do some CSS styling to make it look nice.