eliandoran / toolkit

A purely client-side application that offers various small tools that can be useful in day-to-day use, mostly for development.
https://eliandoran.github.io/toolkit/
3 stars 0 forks source link

Unit conversion: Entering same value in another unit does not trigger the conversion #67

Open eliandoran opened 4 months ago

eliandoran commented 4 months ago
  1. Go to Data conversion, observe the default value (1 gibibyte at the time of writing).
  2. Enter the same value directly in another unit (e.g. bytes).

Current behaviour:

The conversion is not changed, even though a different unit was changed.

Expected:

The conversion is properly done.