Our blazing fast Grid component built with pure JavaScript


Post by Surekha »

Hi Team ,
We are unable to inspect the resource assignment dropdown. we have few changes that has to be done in the css inside the dropdown. Can you send us the classes involved inside the dropdown.
We also need the classes of save and cancel button present inside.
I have attached the picture.

Attachments
MicrosoftTeams-image (3).png
MicrosoftTeams-image (3).png (171.21 KiB) Viewed 589 times

Post by saki »

If the problem is that popup disappears when you want to inspect it then this trick could help:

debug-popup.gif
debug-popup.gif (896 KiB) Viewed 586 times

Post by mats »

You can learn this by just looking in Chrome Dev Tools element inspector.

.b-assignmentpicker [data-ref="saveBtn"],
.b-assignmentpicker [data-ref="cancelBtn"] {
}

Post by Surekha »

Thank you for the trick


Post Reply