question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Dense inputs

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Reactions:64
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

17reactions
johnleidercommented, Jun 19, 2019

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.

9reactions
talskicommented, Nov 18, 2017

it will also make solo text-fields look better in a dense toolbar

https://codepen.io/talski/pen/OOzPZv?editors=1010

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found