Hello folks,
First post here. I was wondering if I should or can use this kind of scripts: html-duration-picker - npm. Maybe the framework wraps the input component so it might hinder things in the framework?
Thank you.
Hello folks,
First post here. I was wondering if I should or can use this kind of scripts: html-duration-picker - npm. Maybe the framework wraps the input component so it might hinder things in the framework?
Thank you.
That should work fine. You may want to use native <input …>
input instead of Ember’s <Input …>
component but that might work fine too. I’d try it out.