Hemal
Hemal
+1 same error. Did either of you manage to fix it? Example site does not seem to be having the error (assuming it is the same as their demo page)
Noobie dev who doesn't know how to do a PR 😬 Perfect time to learn I guess. I'll give it a whack!
This would be useful. Workaround (about to implement it) - Passing down a prop with the function to the component, which can be called onMount (or on render or whatever)....
I think this issue is the same as this: https://github.com/Microsoft/BotBuilder-Location/issues/56 ?
Filtering by country/an array of countries would be useful. Very new to coding but will try and look over the mechanics to see if I can help
Would this be solved by having the signature be created via an arbitrary function? Then people can simply use whatever code they wish in order to generate that signature -...
> I mis-understood your question, and my answers were wrong. I see you were asking about "Dialog.Panel" with svelte variant being "DialogPanel", however I'm not sure it's necessary. I looked...
> I'm not really sure what DialogPanel does. I've just replaced them with divs and never noticed anything wrong. Are you able to close the dialog by clicking outside of...
@Floriferous Are you still on 7.4.4 or have you found another solution?
Not a bad idea. Ps - I notice you also have the horizontal scrollbars that I was getting (not present in the demos). Modifying the class `.rc-time-picker-panel-select` to add `overflow-x:...