### What? The `in` & `not_in` operators were not properly working for `number` fields as this operator requires an array of values for it's input. ### How? Conditionally renders a multi select input for `number` fields when filtering by `in` & `not_in` operators.