You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Button text is not centered by default. Set centerText to true to center the text.
"padding" in the segmented form element has been renamed to radioButtonPadding
Fixes:
#163 Fix issue where the segmented radio buttons may not align to the top. Added radioGroupWrapContent, radioButtonWidth, and radioButtonHeight to assist with fixed sizing for the buttons.
#164 Added titlePadding and padding to assist with squeezing the icon and text together.
#167 Setting the titleIcon on a button form element will set the button's drawable. Use padding to squeeze the icon and text together.
#169 Added displayNewValue() function. This function is called when the value changes to display the new value specific to the form element.