atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 104 forks source link

Handle non-string tooltip description properly #2128

Closed mkrecek234 closed 8 months ago

mkrecek234 commented 8 months ago

Tooltips should allow for non-string fields, string-conversion missing, fixed by this PR

mvorisek commented 8 months ago

Michael, the (string) cast is forbidden to be used in the whole project. Can you please finally accept it?

Not even because we need to use UI typecast, but also because for ex. (string) float type can return incomplete precision.