Richard Hpa

Results 10 comments of Richard Hpa

Just replaced the link. I'l have a play around too

@Martinsos couldnt you just have them all as configs in the env? then it wouldnt be a big deal if you have to change it

Im getting a similar issue with react. ```javascript useEffect(() => { const datepickerEl = document.getElementById(name); new Datepicker(datepickerEl, { orientation: 'bottom right', autohide: true, todayHighlight: true, format: 'dd/mm/yyyy', }); }, []);...

Hey there just checking if there has been any progress on this? Looking at using saasgear

as of August 2025 this is still an issue

I have found the issue and have crated a PR for the fix. The problem was that if the old expanded state was `true` was just adding in all the...