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
If you type something on the name input field, there won't be anything on the javascript console ( even when I have this code on the input field - onkeyup="console.log('key up')" )
Removing <script src="../../../assets/js/material-dashboard.min.js?v=3.0.1"></script>
makes the onkeyup to work again
I see that there are 2 minor releases since I open this issue, but I still can't use the onkeyup - when is this going to make it to the release?
I think most of my bugs are not in the new release yet :(
Version
3.0.1
Reproduction link
https://osplit.com/s/material-dashboard-pro-html-v3.0.1/pages/ecommerce/products/keyup.html
Operating System
Linux
Device
Chrome
Browser & Version
Chrome 94
Steps to reproduce
If you type something on the name input field, there won't be anything on the javascript console ( even when I have this code on the input field - onkeyup="console.log('key up')" )
Removing
<script src="../../../assets/js/material-dashboard.min.js?v=3.0.1"></script>
makes the onkeyup to work again
I think this has to do with my other issue (#317)
On material dashboard v 2.1.2, I can use onkeyup, but now I couldn't
I hope solving issue #317 will solve this as well
What is expected?
onkeyup binding to work
What is actually happening?
the 'onkeyup' is attached to this function
Solution
Additional comments
The text was updated successfully, but these errors were encountered: