Hello,
I’ve been playing with the Ionic Framework. I like a lot of the ideas in it. However, I’m having some issues layout out my form elements. I would really like to do the following
Label1
[TextBox with a border here]
a tidbit goes here
Label2
[TextBox with a border here]
a tidbit goes here.
[Button]
However, everythng I do involves using a List. The list has all of the lines and such. In reality, the only lines want are the ones around my text boxes. Can someone please show me how to do this with Ionic?
Thank you!