Toni Lahnalampi

Results 9 comments of Toni Lahnalampi

Use case was, that I needed to set text, to value, that was not in the select list. If I have following values in select: ``` Finland Sweden Norway ```...

Ok. Am I missing something here? I altered setText function I am proposing from select method you are referring to. The reason for altering select method was, because it returns...

It's been a while, but I had similar issue in Simplelink device, that I could only write data with SPIFFS_TRUNC flag. Solution was to increasing stackSize.

I also had this problem using BasicSelect. Hitting backspace triggers @select with empty object. I had to use following workaround with all select events: ``` onSelect(selected) { if (!selected.value) return...

I have the same issue. I tried to get this method working with my own project without success. I got similar error message. Finally found this error and downloaded this...

I just banged my head hard to make the example work. After doing as you told, I finally made it work. ``` // Without classmap $response = $this->soapWrapper->call('Currency.GetConversionAmount', [ 'parameters'...

I swithced to @georgehanson package. Problem was svg were not scaling correcty and the reason was, that svgo was removing svg viewBoxes. It seems, that svgo settings format has also...

Here is how node-postgres advices to return ids: https://github.com/brianc/node-postgres/wiki/FAQ#7-i-just-have-a-question-and-maybe-a-feature-request-that-i-am-not-able-to-think-about-how-to-implement-or-do-it-i-need-to-retrieve-the-inserted-row-or-someway-to-reach-it-after-the-insert-is-done