You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ksorbo If you update to 0.4.0, it will now use the default field component, which includes the ability of the help instead of relying on its own layout.
It seems as if the help() method does not work on CKEditor
CKEditor::make('Survey Instructions', 'survey_instructions') ->help('These instructions will be printed as the first page of the survey'),
Number::make('Price', 'price') ->help('Enter price in US Dollars'),
The help appears in the second case, does not appear in the first case
The text was updated successfully, but these errors were encountered: