F
Filament3y ago
dyo

richeditor max height

How can I set the maximum height in class richeditor?
2 Replies
awcodes
awcodes3y ago
Not sure why you would do it in the class. But ->extraInputAttributes([‘style’ => ‘max-height: 100px;’]) might work on the field when you add it to the form.
dyo
dyoOP3y ago
that's work.. thanks for your help..

Did you find this page helpful?