Skip to content

Adding a FloatLineEditWidget to deal with float parameters.

Théo Dumont requested to merge theodumont/cicada:pr-FloatLineEditWidget into master

To deal with float parameters, added a FloatLineEditWidget that allows str to float conversion.

  • this widget can be used through value_type="float"
  • for now there is no error handling in case the user inputs a non-float-convertible string.

Merge request reports