- Issue created by @luke.leber
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
π§ Fixed the title! π
default: false default_value: false examples: [false]
XB uses the first example value as the default. You should be able to see this at
/admin/config/development/configuration/single/export
: export theComponent
config entity for this SDC and you'll explicitly see thedefault_value
in there.Relevant docs: https://git.drupalcode.org/project/experience_builder/-/blob/0.x/docs/co... β but that does NOT state that that is used as the default value. A slight tweak to that simple bullet would go a long way I think :)
This means the test coverage in
ui/tests/e2e/prop-types.cy.js
is incomplete:it('Boolean', () => { cy.waitForElementContentInIframe('#test-bool code', 'true'); cy.waitForElementContentNotInIframe('#test-bool code', 'false'); cy.findByLabelText('Bool') .assertToggleState(true) .toggleToggle() .assertToggleState(false); cy.waitForElementContentInIframe('#test-bool code', 'false'); cy.waitForElementContentNotInIframe('#test-bool code', 'true'); });
β Any chance you could add the missing test coverage? π
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Actually, I think this is clearer still.
- Merge request !454Allow default value of false to be set for boolean props β (Open) created by luke.leber
- πΊπΈUnited States luke.leber Pennsylvania
β Any chance you could add the missing test coverage? π
All signs point to probably not π. NW and slowly backs away.
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Also, SDC allows
default: β¦
because it's part of JSON Schema itself, but the SDC subsystem doesn't actually use/support it. I observed this 4 months ago at #3462705-19: [META] Missing features in SDC needed for XB β .IOW: you're running into one of many SDC bugs/oversights we've spotted while working on XB, see π [SPIKE] Comprehensive plan for integrating with SDC Active for the overview :)
- Status changed to Needs work
17 days ago 1:35pm 19 March 2025 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
I thought I already reported this a long time ago⦠hmm⦠maybe it was closed
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
π [PP-1] Can't toggle boolean prop back to true after changing to false Postponed was marked as duplicate but never got fixed it seems
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Thanks for bumping priority :) I find that Iβll set to false and the component behavior seems fine but the UI later shows it as true even though the component still seems to behave as itβs false β¦ maybe thatβs whatβs explained but Iβm on my phone on my flight to Atlanta so hard to read well :D