Plugin: bp-xprofile-custom-field-types
Use Case:
1. Add number field where the user can enter a floating point number to the Number within min/max values field type.Issue:
Item 1. Only integers can be entered or selected.FYI Regarding a different field type:
Item 2. The Range input field does not show the number value in the Member Profile while in Edit mode.
Item 3. My preference would be whole integers shown on the slider with tick marks at the bottom and wherever the “knob” is located, it’s value is show above it (floating point value).Hi Quint,
Thank you for the feedback.We are using the default HTML field for number/range and their UI is managed by browsers.
1. There is no restriction from our side. We can’t use the field for both the integer and float, It may be used for only one at a time.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#allowing_decimal_valuesAfter your feedback, we do plan to add the step option to let users choose.
2. This is an issue with how the broser works.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range3. It can be achieved by adding external scripts(an example is jQuey UI slider)
https://jqueryui.com/slider/#custom-handleRegards
Brajesh
You must be logged in to reply to this topic.