odoo/odoo#189347
Created by fw-bot
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-pos_pc1-J3zB-fw
- head
- 3591c13e5b769936457e50a16907aa95dee7f872
- merged
- 9 months ago by POS IoT, Joseph Caburnay (jcb)
odoo/odoo | |
---|---|
18.0 | #189301 |
saas-18.1 | #191650 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #189347 |
[FW][FIX] point_of_sale: added label for radio product attribute
Description of the issue/feature this PR addresses:
Ensures proper association between <span>
elements and corresponding <input>
elements by making the <span>
act as a label for better accessibility and user experience.
Current behavior before PR:
The <span>
displaying the attribute name is not linked to the corresponding <input>
radio button. Users must click the radio button itself to select an option.
Desired behavior after PR is merged:
The <span>
acts as a clickable label for the corresponding <input>
radio button, allowing users to click either the text or the radio button to select an option. This improves accessibility and enhances the user experience.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #189301