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

Added float value support to Slider2 fixing #976 #1005

Merged
merged 7 commits into from
Oct 13, 2018
Merged

Added float value support to Slider2 fixing #976 #1005

merged 7 commits into from
Oct 13, 2018

Conversation

jepsar
Copy link
Contributor

@jepsar jepsar commented Sep 8, 2018

I've changed the value of the component to Object and detect the type (integer or float). If the type is incorrect an exception will be thrown. This will fix #976

Please have a look at this first. If this is all OK with you I will work on fixing the precision attribute (I'll create a new issue for that, update: #1006) and I will fix #988

A separate PR will follow for the showcase. Update: TheCoder4eu/BootsFacesWeb#58

@stephanrauh stephanrauh merged commit 79f585b into TheCoder4eu:master Oct 13, 2018
stephanrauh added a commit that referenced this pull request Oct 13, 2018
Copy link
Collaborator

@stephanrauh stephanrauh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look fine by me!

@stephanrauh stephanrauh added this to the v1.4.0 milestone Oct 13, 2018
@TheCoder4eu TheCoder4eu mentioned this pull request Oct 13, 2018
stephanrauh added a commit that referenced this pull request Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose slider2 JS object to window b:slider2 with decimal number (step) values
2 participants