-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete non existent #77
Labels
Comments
You can use the generic Field. Will also add this when I got the chance, haven't seen autocomplete yet. Fields\Field::make('content')->type('autoComplete')->options([source => contentData]) |
This is the code for the autoComplete:
|
How could I integrate that with the way that Datatables is loaded in laravel ? If i use it normally i presume it won't find the class... |
It depends. If you're bundling, just add it in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of problem or feature request
autoComplete type of button doesn't exist in Editor
Code snippet of problem
Code in Datatables JS script:
Code that should be in laravel:
System details
Additional questions
Is there any way of replacing / adding the buttons using added javascript or any chance of getting the button added in the framework ?
Thank you.
The text was updated successfully, but these errors were encountered: