Open dtcblyth opened 10 months ago
Related thread: https://discord.com/channels/1041765492907589683/1175290021721407488
When using a <ButtonGroupContainer /> with a fieldLabel attribute, the field label is not being applied to all fields. Specifically, the Show Button Icon, Margin, Padding, and Box Shadow fields. See screenshot below.
<ButtonGroupContainer />
fieldLabel
<ButtonGroupContainer grouped={false} fieldLabel={__('Buttons:', 'dvmd-dvmd-table-maker')} attrName="tblButton" />
UPDATE: This is still a valid bug in Pub-Alpha.
Related thread: https://discord.com/channels/1041765492907589683/1175290021721407488
Problem:
When using a
<ButtonGroupContainer />
with afieldLabel
attribute, the field label is not being applied to all fields. Specifically, the Show Button Icon, Margin, Padding, and Box Shadow fields. See screenshot below.