Rich Editor <p> tag
is it possible to remove
<p>
tag when saving or when displaying the content?Solution:Jump to solution
I already solved it.. just for reference
```
<?php
namespace App\Features\Filament\Fields;...
5 Replies
yeah. it is possible.
Can you guide me on how to do it?
above all else, You can use php's String function library.
Or
if it is frontend side, u can use JS.
Are u developer? What project are u working on?
plz, Could u give me the project details?
@yakslav im looking for a cleaner way.. i can remove them if i want to but i just want to know if there is really a clean way to do it
Solution
I already solved it.. just for reference