I have a DateTime Input
component (date and time), and I want to show a pointer cursor on hover instead of the default text cursor.
The appropriate style class is applied to the component, like is described in this thread.
On hover in the designer, the cursor is a pointer like I would expect. But when running in a browser (tried in both Edge and Chrome), I am still getting the text cursor when hovering over the component.
This component is contained in a flex container – would that be interfering with the hover behavior? The only other factor that might be at play here is a quick startup event script on the overarching root container that writes a timestamp to the component’s value
property. No bindings are applied to the component.