meta_search icon indicating copy to clipboard operation
meta_search copied to clipboard

fix for #checks with string values

Open eostrom opened this issue 14 years ago • 0 comments

I found that when I tried to create checkboxes with string values, some of the labels weren't clickable. It's because for values that had spaces in them, the IDs generated for the checkbox inputs also had spaces in them. I fixed it by copying some code from a private method in FormTagHelper.

eostrom avatar Nov 24 '11 01:11 eostrom