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
I have installed preline and preline input-number. It works visually but the plus and minus icons does not update the value of the input. So, the it does not working functionally.
I already checked issues and discussion but was not able to make it work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks,
I have installed preline and preline input-number. It works visually but the plus and minus icons does not update the value of the input. So, the it does not working functionally.
I already checked issues and discussion but was not able to make it work.
Following lines added to tailwind.config.js
export default { content: [ "./src/**/*.{html,js,svelte,ts}", "./node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}", "./node_modules/preline/dist/*.js", ],
plugins: [require("flowbite/plugin"), require("preline/plugin")],
and following line added to app.html
`<script src="%sveltekit.assets%/preline/preline.js"></script>
`preline.js file is copied to "static/preline/preline.js"
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions