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

Allow decimals in number (float) type input + builtinAdaptersPath fix #712

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gabriel-alecu
Copy link

A small edit for the scaffold views.
Since the number type is meant to allow for floats (as opposed to the int type), I think the form inputs used for it should also accept floats.

Also, made builtinAdaptersPath automatically detect model's install location, in order to fix a case where it would break if using a local geddy install with npm's new flat dependency arrangement.

As opposed to the input used for int type.
@gabriel-alecu gabriel-alecu changed the title Allow decimals in number-type input (as opposed to int) Allow decimals in number (float) type input Mar 28, 2016
@gabriel-alecu gabriel-alecu changed the title Allow decimals in number (float) type input Allow decimals in number (float) type input + builtinAdaptersPath fix Mar 29, 2016
@mde
Copy link
Contributor

mde commented Mar 30, 2016

@gabe-alex Looks like tests are failing. This looks great -- let's get tests passing and merge it!

@gabriel-alecu
Copy link
Author

@mde Yeah, the tests have been failing for a while, it affected a few pull requests.

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.

None yet

2 participants