- Issue created by @balintbrews
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
balintbrews β credited larowlan β .
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
π Get Options as buttons in Page Data form working Active fixes this
β¨ Save page data form values in application state with support for undo/redo Active introduced handling radios, but it had done so with a fragile implementation using a function named `getNameAttributeBasedOnId()` (see `ui/src/components/form/formUtil.ts`). Let's improve this, but preferably after π [PP-1] Extend test coverage for page data form elements Postponed is done.
Suggested by @larowlan:
$variables['element']['#name']
into $variables['attributes']['data-name']
;data-name
if there's no name
attribute β see where getNameAttributeBasedOnId()
is used to find out where this needs to happen.Postponed
0.0
Redux-integrated field widgets
balintbrews β credited larowlan β .
π Get Options as buttons in Page Data form working Active fixes this