Suggest - Remove the scroll feature in the properties input box or some way to avoid it.

I suggest that Cocos should disable the feature that allows the use of mouse scroll to increase or decrease the value of properties (in the properties panel).

I have encountered a lot of problems with this feature.
Specifically, I often use arrays to manage references:

  • When I want to add a new element, I will enter the quantity.
  • And then I’ll scroll down to drag and drop the reference into it.
  • But I have frequently scrolled into the quantity box. As a result, Cocos deleted a lot of elements of the array.

This problem appears so often that I feel extremely stressed out.
I do not know if there is a reason for this feature?