Can I hide points on a multi XY

Is it possible to hide individual points using CSS? I have a 8 point multiXY but is some parts I would only like to see just 1.

Pads can be targetted individually with the .pad-X selector (where X is the pad's index)

https://openstagecontrol.ammd.net/docs/widgets-reference/#multixy

I can't find any info on "individual pad selector" in the doc, and a message like
/multixy.pad-1 0. 0.
does nothing..

is there a way to send individual messages to each point of a multixy ?

The above informations is only about css. To update a single point in the multixy you must send a full value message with one argument per coordinate and replace the unchanged values with empty strings, it's not documented yet because it's kind of a fortunate bug:

Full value message
/multixy x1 y1 x2 y2

Full value message with unchanged items
/multixy "" "" x2 y2

Thanks,

this (partially) respond to my request in the other thread " Multixy : how to send and receive individual messages for each point?" :slightly_smiling_face:

Can we expect that this "fortunate bug" won't be "unfortunately fixed" any time soon ?
(and fortunately documented !)

Yes we can

Could it be possible to hide / display a point depending on a OSC message ?