plynx-team / plynx

PLynx is a domain agnostic platform for managing reproducible experiments and data-oriented workflows.
https://plynx.com
Apache License 2.0
304 stars 38 forks source link

Adding float type to input type #49

Closed dmitry-brazhenko closed 4 years ago

dmitry-brazhenko commented 4 years ago

Here are few changes Main

  1. Now float is supported as input type (https://github.com/plynx-team/plynx/issues/48)

Minor:

  1. Prevented mousewheel in input of type number
  2. Replaced "-" with pretty cross "×" in deleting options in enums/list of lists
  3. Disabled autocomplete for input fields

Issues Issue with npm were fixed with this command: npm install --save react react-dom react-scripts

dmitry-brazhenko commented 4 years ago

Merged manually