Closed jveldhoen closed 8 years ago
Hey Jeroen,
Thanks for bringing this up. I see exactly what you're talking about in my demo. A short term workaround would be to use a checkbox and 'Always one selected value' with no field written in the input box.
If you feel comfortable enough, you could also go into the senseFieldUI.js file and update the checkbox class to include 'checkbox-circle' on line 417. Clear your cache and refresh the page. This will turn the square checkbox into a circle.
html += '<div class="checkbox checkbox-circle checkbox-'+btnColor+' checkbox-'+vars.ListType+' '+dis+'">
I know of a relatively quick solution which I'll build in shortly. I'll push a newer file up when completed and then close this out so you'll know it's done.
Thanks again.
Fixed! Please download a fresh copy and give it a spin.
Great stuff Alex, works like a charm!
Hi Alex,
When using two or more objects of this extension on one page as radio buttons, it only shows a colored dot for selected values for one object. See attached screenshot for clarification. I noticed that the dot is shown for a very short time when refreshing the page and then disappears.
Do you have any idea how to resolve this?
Jeroen