We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The divisors is already set at 200. It is not giving me a decimal point, it is giving me 15 decimal points...
FormBuilderSlider( attribute: "slider", validators: [FormBuilderValidators.min(6)], onChanged: (val){ // _bidController.text = val; _setBidValue(val); }, min: 0.0, max: 10000.0, initialValue: 200.0, divisions: 200, activeColor: Colors.red, inactiveColor: Colors.pink[100], decoration: InputDecoration( labelText: "Bid in Elan", ), ),
On Wed, Sep 11, 2019 at 12:15 AM Danvick Miller notifications@github.com wrote:
Closed #128 #128. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #128, or mute the thread https://github.com/notifications/unsubscribe-auth/AMOCL6HA2IWBF376LI2MXQ3QJBWGHANCNFSM4ITJOVWA .
Closed #128 #128.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #128, or mute the thread https://github.com/notifications/unsubscribe-auth/AMOCL6HA2IWBF376LI2MXQ3QJBWGHANCNFSM4ITJOVWA .
Originally posted by @jamiethain in #128 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The divisors is already set at 200. It is not giving me a decimal point, it
is giving me 15 decimal points...
FormBuilderSlider(
attribute: "slider",
validators: [FormBuilderValidators.min(6)],
onChanged: (val){
// _bidController.text = val;
_setBidValue(val);
},
min: 0.0,
max: 10000.0,
initialValue: 200.0,
divisions: 200,
activeColor: Colors.red,
inactiveColor: Colors.pink[100],
decoration: InputDecoration(
labelText: "Bid in Elan",
),
),
On Wed, Sep 11, 2019 at 12:15 AM Danvick Miller notifications@github.com
wrote:
Originally posted by @jamiethain in #128 (comment)
The text was updated successfully, but these errors were encountered: