-
Notifications
You must be signed in to change notification settings - Fork 13
Not working, no documentation #24
Comments
Hi, the documentation is outdated. Please call the I'm currently working on the big issue with the integration into Laravel then I'll update all extensions and documentation. |
I tried this:
but i get also, i'm currently using this in a Laravel project, can you tell me what exactly you're working on? |
I'm currently working with another user on is issue with laravel integration and I found the following process to follow to get it work (for carousel extension):
|
you should have bulmaTagsinput defined, not Tagify |
Console:
|
Where (which file) do you put the import ? |
i import |
Yes it should. if you are using laravel you should use mix instead to import modules from node_modules.
Envoyé depuis ProtonMail mobile
…-------- Message d'origine --------
On 9 juin 2018 à 19:50, Mohammad Sadeq Khoshnazar a écrit :
i import bulma-tagsinput.min.js in my app.js file. because it's better to have a single js file and a single request. it shouldn't be any different, right?
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#24 (comment)), or [mute the thread](https://github.com/notifications/unsubscribe-auth/AXnm41rcN3lcG-_SNM2q8RsaduVosVT6ks5t7ArdgaJpZM4UhV-F).
|
You issue is related to Laravel integration so I only know 2 ways for it to work:
Regards |
Thank you The first option is not an option for me because I have to keep my requests minimal. Here's how I made it work for now. I moved my Looking forward to the Laravel integration. |
If bulmaTagsInput is defined within your app.js. Why don't just reference it into window global variable then you should be able to call the .attach() only on the page you want. |
Isn't that what |
I'll try to have a look at sweetalert to check what's different. |
Sure: https://github.com/t4t5/sweetalert Thank you |
Thanks. I'll keep you in touch |
Can you please try with the last commit ? |
I get |
no that's the right way. |
Thanks anyway. |
I think this is a case issue: try both: bulmaTagsinput and bulmaTagsInput (i of input in lower and upper case) |
Tried both. No luck. |
please try last release |
1 similar comment
please try last release |
Just do that:
|
Thank you mohamdio! |
I installed tagsinput, imported js and scss and added a
type=tags
input, but it's just a simple text input:The text was updated successfully, but these errors were encountered: