We’re experiencing some unexpected behavior with the numeric range filters. The user is unable to input a value lower than the default minimum, and while I understand this might be a way to limit values based on available data, it can be confusing from a usability perspective.
For example, if the cheapest product is €10 and the most expensive is €200, the user can’t filter for products between €5 and €250, because the input is constrained to the range 10–200.
I understand the logic behind this, but the client has pointed out that this behavior might be confusing for the end user. Is there a way to remove or relax this limitation?