Closed nakataka777 closed 8 years ago
Thanks for the report.
I wouldn't say this was an issue, more of a personal preference. This seems to happen when using radio buttons for attributes with string or text type.
You can stop the character count from displaying (on a per attribute basis) by;
= f.input :some_attribute, length: false
I would rather keep the character count displaying by default and override it in the above use case.
@patricklindsay OK! Thank you for response:)
@patricklindsay hi. i try radio_button by this template. but, display Character counter in radio_button.
pls check.