flowbite Modal #324
-
Hello, I'm using flowbite with laravel and I followed the official website step-by-step : https://flowbite.com/docs/getting-started/laravel/ However, I can't get Modal to work. It returns this error in the console:
Has anyone gone through this or something similar? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think your data-toggle-modal might be wrong. do not add Do not set |
Beta Was this translation helpful? Give feedback.
I think your data-toggle-modal might be wrong. do not add
#
to that variable. What I mean is lets say your modal hasid="testModal"
;Do not set
data-toggle-modal="#testModal"
set it to this insteaddata-toggle-modal="testModal"