Róbert Kiss

Results 20 comments of Róbert Kiss

Hi, what is the status of this PR? We have a same issue maybe this PR solve it.

Hi @optimistex, Thank you for the component. We have "custom value" use case too, but for the single select mode. I will help or implement the feature but I would...

@optimistex Sorry for the late response but we switched to the `ng-select`, so I will not implement this feature

Did you add the correct plist properties. Example https://github.com/UltimateHackingKeyboard/agent/blob/master/scripts/entitlements.mac.plist

Split the data to smaller chunks. We use this logic.

Cool. I will need it in the next 2 week, so I will working on it...

Not yet. The string and moment version is enough for me now

I use the following hack in the main scss ```scss [disabled] .noUi-connect { opacity: 0.5; } ```

Same with node `21`. The install or post-install steps fail almost every run

Hi All, I have similar experience. My setup is a mono-repo. There is a root ts-config.json and every package contains it owns ts-config.json. The packages extends the root ts-config.json. The...