-
|
I'm trying to use the Wheels "select" function. It appears that it is inserting the property attribute into the label, prepending it to the select tag rendered. I already have a label for the select called "Entry Type". It appears to be trying to provide that label text for me and I should remove my manually added label, BUT... I don't want a label with underscore char in it. So I added a label attribute with a value "Entry Type" and that displayed without underscore char, BUT... it's not in my td tag for styling and alignment. I was going to add a class style to the td but Wheels is putting it in without a td (obviously it doesn't know I want it in a td tag.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Think you can just do |
Beta Was this translation helpful? Give feedback.

Think you can just do
label=falseon theselect()?