Context Menu doesn't display on Numeric Entry Field components in Firefox

Another team member found a solution, though it might still be a bug. I’ll post what they did here for anyone finding this post later:

Using the info from here: Numeric Entry Field events
He added “pointer-events: none;” in our stylesheet.css which allowed the right click event to trigger on the numeric entry field component.

image