Closed chanyahn-st closed 2 months ago
Update form_handlers.py to reflect changes to Salesforce's html tags for checkboxes and form inputs. The new tags changed from lightning-input to lightning-primitve-input-checkbox and lightning-primitive-input-simple.
form_handlers.py
lightning-input
lightning-primitve-input-checkbox
lightning-primitive-input-simple
Fixes #3657
Thanks for the contribution! Before we can merge this, we need @chanyahn-st to sign the Salesforce Inc. Contributor License Agreement.
Update
form_handlers.py
to reflect changes to Salesforce's html tags for checkboxes and form inputs. The new tags changed fromlightning-input
tolightning-primitve-input-checkbox
andlightning-primitive-input-simple
.Fixes #3657