Pierre Hérissé
Results
1
comments of
Pierre Hérissé
@niels-bosman In case you still need a Nova 4 compatible replacement to the `mask()` method, you could use the `displayedAs` meta attribute : ```php Text::make('copyTag')->withMeta(['displayedAs' => '******'])->copyable(); ```