Read only boolean not working
See original GitHub issue// getCellContent()
return {
kind: GridCellKind.Boolean,
data: false,
allowEdit: false,
allowOverlay: false,
}
// onCellEdited()
([row, col], value) => {
console.log("SHOULD NOT HAPPEN!")
}
How do I make a readonly Boolean cell?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Setting readonly attribute works when set to a boolean value ...
I'm trying to make the property Phone readonly, if the QRType is not equal to Contact or Phone (QRType is an enum):
Read more >Setting read-only rules on a Boolean field causes an error ...
I have set a rule to make a Boolean field on a Work Item as read-only apart from one group however nobody else...
Read more >The Boolean modifier is not working - Blender Stack Exchange
I want to cut holes in the mag with that mesh. But the magazine just goes invisible or connects with the mesh when...
Read more >Boolean + readonly does not work. · Issue #1677 - GitHub
I'm trying to disable a Boolean field, but it is displayed without a readonly attribute and therefore still toggleable/usable.
Read more >PM44975: [wi 173128] Read only boolean attribute is ... - IBM
Read -only Boolean attribute is not read-only in Web UI. In Eclipse client, it is read-only as expected.
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 FreeTop 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
Top GitHub Comments
Fixed in 4.0.3, it would be nice to get a PR up for readonly but at least the behavioral issue is fixed.
Yes but both flags must work. If both are set readonly takes precedence.
On Sat, Apr 16, 2022 at 11:31 PM Adithya Dsilva @.***> wrote: