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

suggested fix for flex behavior of the inputs #26

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

Conversation

dpoetzsch
Copy link
Owner

This is a suggested fix for issue #25.

The new behavior is reflected in the default options section of the demo.

Although I generally think this change is for the better, it's worth noting that it might break backwards compatibility in design for some people. Probably it is a good idea to bump the version number to 2.0.0 with this change (following semver). What do you think?

@mbrahimi617 please check if this fixes the behavior for you.

@dpoetzsch dpoetzsch changed the title suggested fix for issue suggested fix for issue #25 Aug 17, 2017
@dpoetzsch dpoetzsch changed the title suggested fix for issue #25 suggested fix for flex behavior of the inputs Aug 17, 2017
@ghost
Copy link

ghost commented Aug 18, 2017

Wait ... so how do I get the flex working? I'm looking at the demo but I don't see it.

@dpoetzsch
Copy link
Owner Author

Well, with the currently released md-pickers you don't. This needs the fixed version that this PR suggests.

To check it out in your code what you can do is to apply the changes of this PR to the appropriate files in node_modules/md-pickers (or wherever you have your md-pickers stored). Alternatively, you can also use git+npm or git+bower with branch issue#25 to get the version of this PR.

@ghost
Copy link

ghost commented Aug 19, 2017

I am using the single JS file. Do you know where I would make those edits in dist rather than src

@dpoetzsch
Copy link
Owner Author

you make the changes in the file that you actually load. Usually this is the dist file ;-)

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