Boolean control type does not appear
See original GitHub issueI’m using the basic example from Blocks UI documentation, as such:
const Component = ({ isTomato, ...props }) => (
<h1
{...props}
style={{
color: isTomato ? 'tomato' : 'inherit'
}}
/>
)
applyPropertyControls(Component, {
isTomato: {
type: ControlType.Boolean,
title: 'Tomato'
}
})
Yet, the isTomato
prop does not appear for me in the editor panel.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
boolean control disappears - NI Community
All of a sudden I find that when ever I place a boolean control on one particular area of the front panel and...
Read more >Control boolean with default value in component is ... - GitHub
We see the control set to true and the component display true . After toggling true/false storybook behavior is as expected.
Read more >What column type to use as boolean supported by Power Apps
Solved: I am trying to create a custom column in Dataverse to store a boolean value. I'm making a power app which pulls...
Read more >c# - boolean fields in a model are not being updated in the ...
c# - boolean fields in a model are not being updated in the controller when the data is sent - Stack Overflow. Stack...
Read more >Boolean controls - LabVIEW Wiki
The Boolean text is a set of up to four strings that can represent the state of the Boolean control. If the text...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@johno Can I try working on this?
@blenderskool @johno didn’t see a PR yet so just raised one, hope you don’t mind