Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase max value for line length #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samdoran
Copy link

The default max value for a stepper when undefined is 100. If it is manually set to a value greater than 100 and the up or down arrow on the stepper is clicked, it will go to 100.

Setting the max value fixes this issue.

The default max value for a stepper when undefined is 100. If it is manually set to a value
greater than 100 and the up or down arrow on the stepper is clicked, it will go to 100.

Setting the max value fixes this issue.
@samdoran
Copy link
Author

The max value is arbitrary. I just picked 1024. I picked a number higher than anything I think people need. The project I work in regularly accepts 160 character max line limits, so I have this set to 159.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant