Box `border` is missing boolean value on docs
See original GitHub issue<Box border />
is a valid usage yet not documented. border="true"
will apply borders to all sides.
https://v2.grommet.io/box?c=DwIQ9gHgUABDAmBLATgUwMYBdFgHYF4AiZMAd0NjiuuoCMxl5VlKAHAQ3iIFtUkBXbhQB8lUJBgcuhAM7d2AGwWEYtdugDWAcxL9c0+O2QaAtAGYVAelFxxESZx59EglWs06we6QsRaAFpjmVqLAluAQwkA#border
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Change how text fits in placeholders & text boxes
Go to Format and then Format options. In the sidebar, click Text fitting. Right-click a text placeholder or box. In the menu, click...
Read more >Google Visualization API Reference | Charts
If the column type is 'boolean', the value is a boolean. If the column type is 'date' or ... Opens the chart editor...
Read more >The Details disclosure element - HTML - MDN Web Docs
This Boolean attribute indicates whether the details — that is, the contents of the <details> element — are currently visible. The details are ......
Read more >Table plugin | Docs - TinyMCE
When set to false the following fields will not appear: Cell spacing, Cell padding, Border and Caption. Type: Boolean. Default Value: true.
Read more >IO tools (text, CSV, HDF5, …) — pandas 1.5.2 documentation
na_filterboolean, default True. Detect missing value markers (empty strings and the value of na_values). In data without any NAs, passing na_filter=False ...
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
@ShimiSun I created a PR for this issue: https://github.com/grommet/grommet/pull/3727 Could you or someone perhaps tell me if I am on the correct track or if more needs to be done with regards to the docs on the site
@joybhallaa I hope you do not mind but I opened a PR for this - perhaps you could help me get it over the line with any suggestions If I missed something
This issue is actually easier than it looks and no changes should be done on Grommet, we should just improve the docs on the grommet-site to include the boolean values. The fix should be placed on the site https://github.com/grommet/grommet-site/blob/fabcdd2239f2f1392c199553c90e8b6b01368cb0/src/screens/Box.js#L94
Any takers?