Skip to content

how to scroll years using pikaday?

I am using pikaday.min.js and pikaday.min.css in my project. The problem is with the years. When I click the year, the options are the chosen year -/+ 10 years, but there is no scroll option when the grey box pops up. For ex. if I want to select year 2002 in the example below, I must select years <2012 in

How to clear TextField in react?

Hi everyone i have a question regarding on how to clear TextField after clicking the icon? thanks Answer Here is the whole solve. There was an error in the filterResults function. Codesnadbox link – https://codesandbox.io/s/how-to-clear-textfield-in-react-tb73t

Typescript Arrays

i am learning some Typescript and i am putting everthing i learn in a single page I keep encountering this error called Type ‘string[]’ is not assignable to type ‘string’.ts(2322) but it still shows the array on the liveserver LiveServer Will this affect the code or can i ignore? this …