Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Number input fields too narrow (placeholder cut off), spinner controls shown #4864

Closed
CoDEmanX opened this issue Sep 27, 2015 · 2 comments
Closed
Assignees
Labels
P4: minor Minor issues. May not be fixed without community contributions.
Milestone

Comments

@CoDEmanX
Copy link

The placeholder texts are truncated, because the input elements are too narrow. The spinner controls (up/down) are displayed (in Chrome only if focused).

ng-material-custom-number-input

It can be fixed like:

width: auto; /* can we do something better instead? */
-moz-appearance: textfield;
-webkit-appearance: textfield;
@Wardormeur
Copy link

in 1.0rc-4 there is ''' md-input-container input[type="number"]'''
that set to ''' -moz-appearance: none;'''
It seems not to work, and the value of textfield seems to be the valid one to hide in this "number" case

@EladBezalel EladBezalel added this to the 1.0.3 milestone Jan 9, 2016
@ThomasBurleson ThomasBurleson added the P4: minor Minor issues. May not be fixed without community contributions. label Jan 15, 2016
@ThomasBurleson ThomasBurleson modified the milestones: 1.0.3, Backlog Jan 15, 2016
@crisbeto crisbeto assigned crisbeto and unassigned EladBezalel Apr 18, 2016
@crisbeto crisbeto modified the milestones: 1.3.0, Backlog Apr 19, 2016
@ThomasBurleson ThomasBurleson modified the milestones: 1.3.0, Backlog Apr 20, 2016
@ThomasBurleson ThomasBurleson modified the milestones: - Backlog, Deprecated May 26, 2016
@ThomasBurleson
Copy link
Contributor

This issue is closed as part of our ‘Surge Focus on Material 2' efforts.
For details, see our forum posting @ http://bit.ly/1UhZyWs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P4: minor Minor issues. May not be fixed without community contributions.
Projects
None yet
Development

No branches or pull requests

5 participants