Uncaught TypeError: $(...).pickatime is not a function
See original GitHub issueHi, I use react and materialize and I can’t make the timepicker work. I looked on your site https://react-materialize.github.io/#/forms and you seem to have the same error in console. Can you confirm that you have the same console error.
I use vanilla materialize by importing it from my index.html.
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
pickatime is not a function - Material Design for Bootstrap
I am trying to implement a MDB time picker but I am getting. Uncaught TypeError: $(...).pickatime is not a function at HTMLDocument.
Read more >$(...).pickatime is not a function in angularjs - Stack Overflow
i have a timepicker add but this TypeError: ...
Read more >Uncaught TypeError: $(...).pickatime is not a function
It seems there is something broken with a few components. I've got this error using <script type="text/javascript" ...
Read more >Uncaught TypeError: $(...).datepicker is not a function
Uncaught TypeError : $(...).datepicker is not a function. Hi All,. Getting the following errors for trying get a datetime picker. Create:247 ...
Read more >Jquery pickatime Drop down window not closing after on ...
Uncaught TypeError: Cannot read property 'msie' of undefined - jQuery tools. Hello, Use the following script tag in your ...READ MORE.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

required version is “materialize-css”: “^0.100.2”,
Are you using
create-react-app? Check out this repo example: https://github.com/alextrastero/react-materialize-cra-example