Skip to content

Author: admin@master

Time conversion Not working properly?

I am using the ionic time picker in my project. When I select the time picker it passes a value to the controller. For example when I select 09:00pm, the console shows 79200. If I select 07:00pm the console shows 68400. I want to convert the value to 12 hrs format. I have followed some steps, but it’s n…

Can’t type in React input text field

I’m trying my first bit of React.js and am stumped early on… I have the code below, which renders a search form into <div id=”search”></div>. But typing in the search box does nothing. Presumably something is going missing passing the props and state up and down, and this s…

react componentDidMount not firing

I set up a new react project and for some reason, the componentDidMount method is not being called. I have verified this behavior by placing a call to console.log in componentDidMount but I cannot see its output in the console. Furthermore, this.setState() is not working. I’m pretty stumped as to why th…

How to get around the FormSpree redirect?

I got my website over on the Github Pages Service. I’m trying to implement the FormSpree free contact form but after you submit the form, it redirects you to a different website. Something I’d like to avoid. So I looked it up on the internet and of course others wanted to get rid of it too (I omit…