-
Notifications
You must be signed in to change notification settings - Fork 726
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
[RFR] Introduce float type #426
Conversation
I'd love an e2e test (see e2e/ShowFieldSpec and e2s/EditionFieldSpec). Also, needs rebase. |
needs rebase... again. Sorry. |
@@ -1,33 +0,0 @@ | |||
/*global define*/ | |||
|
|||
define(function (require) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manuquentin, @jeromemacias, can you confirm that this file is obsolete with admin-config
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ye, it's done by lib/Factory.js
of admin-config
.
Please remove built files from PR. |
Introducing float type, as discussed in #375.
All float numbers would display (by default) with three decimal digits.