-
Notifications
You must be signed in to change notification settings - Fork 14
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
float type #81
Comments
Yes, that's right. It's not something I've ever needed, so I haven't implemented it. The code base is a bit messy but if you want to do a PR I'll happily accept it. |
I can take a look at it at spare time. Though a quick solution would be to use beforeInsert callback and convert from string to float correct? I haven't been able to get the callback to trigger. in the blaze template:
In the template .js controller
|
Yes, that would work, but use |
with current implementation you cannot save the value as float
The text was updated successfully, but these errors were encountered: