Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AntLusher's avatar

Nova fields - dynamic css classes

Hello all - how would you all add a css class to a wrapping element of a field... I have the following, and I hate it. Suggestions?

Text::make('Reg Stage', 'registration_stage', function () { return '' . $this->registration_stage . ''; }) ->sortable() ->asHtml() ->hideFromDetail() ->hideWhenUpdating()

I need the class so I can add a related icon.

All the best

0 likes
1 reply

Please or to participate in this conversation.