tooltip doesnt work on non-editable cells

0
Hi Team,     I want to show a tooltip only when the field is not editable. i have class in reference selector as requiredTip and same applied on tool tip. it work when fields is editable and it doesnt work when field  not editable.     Any suggestion?   Thanks  
asked
3 answers
1

Hey Sandip -use react-tooltip from the app store instead-it’s working well!

answered
0

Hi Boris,

 

Sounds good. I will try it.

 

I have solve my current issue with below work around.

Putting container inside the container.

 

Container(Tooptip(Class:RequiredTip), Container(Class:requiredTip),Field:Non-Editable )

 

 

Thanks

Sandip

answered
0

A third option would be to use css, but above solutions already fixed the problem

answered