[Feature Request] Dense inputs
See original GitHub issueThe material design guidelines specify a dense variant of text fields that reduces the vertical spacing for forms with many inputs. https://material.io/archive/guidelines/components/text-fields.html#layout-figure-caption-31
Right now, large forms have an excessive amount of whitespace and require a lot of scrolling, especially on mobile devices. This can be worked around by using single-line
, but then you lose hints and floating labels.
I guess this would apply to all inputs, not just text fields.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:64
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Machine Learning Glossary - Google Developers
Any of a wide range of neural network architecture mechanisms that aggregate information from a set of inputs in a data-dependent manner.
Read more >Keras - Dense Layer - Tutorialspoint
Keras - Dense Layer, Dense layer is the regular deeply connected neural network layer. ... Dense layer does the below operation on the...
Read more >Calculate Density—ArcGIS REST APIs
The CalculateDensity operation creates a density map from point features by spreading known quantities of some phenomenon (represented as attributes of the ...
Read more >Common Data Formats for Inference - Amazon SageMaker
Most algorithms use several of the following inference request formats. JSON Request Format. Content type: application/JSON. Dense format.
Read more >torch.nested — PyTorch 1.13 documentation
The only constraint on the input Tensors is that their dimension must match. ... However, we welcome issues, feature requests and contributions.
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
This is something I still want to do in order to meet MD2 spec (it was in MD1 as well). Unfortunately with as large as input fields are, this did not make the cut for v2’s initial release. I’m going to move it back to a v2.x.x minor release. Thank you everyone for your patience.
it will also make solo text-fields look better in a dense toolbar
https://codepen.io/talski/pen/OOzPZv?editors=1010