Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Bug in 13.1 RadioGroupItem.textBoxStyle

    Hi,

    Tested in demo (v13.1p_2025-01-25/AllModules Development Only).

    textBoxStyle property for RadioGroupItem is set to "staticTextItem" despite docs saying that it should be "labelAnchor".
    When not using native radio boxes textBoxStyle "staticTextItem" is being applied to labels.

    Code:
    //> @attr radioGroupItem.textBoxStyle (FormItemBaseStyle : "labelAnchor" : IRW)
        // Base CSS class applied to the text for items within this radio group.
        // @group appearance
        // @visibility external
        //<
        textBoxStyle: "staticTextItem",
    Best regards,
    Janusz
Working...
X