Caspar Harmer
Caspar Harmer
I'm guessing you are passing in an empty list. Fix is to check this before trying to sort it.
Hi, thanks for that... can you point out the exact file where this occurs so I can fix?
I should probably get my production version and update the code... I'll see if I can do that next week.
Have been so busy this week - will try today.
Ok, major update - try it now. Note you don't need to wrap it in a `slds-form-element` anymore. Also, check out the other changes in the readme.
Let me know when you've tested the component so I can close this.
Yes, I have to say my implementation of date parsing (in and out of the component) is pretty rudimentary. Can you tell me if the date is being generated in...
Hi Joshua, can you send me the code for your page, or a reduced version that exhibits the same issue? On 18 Mar. 2017 18:07, "Joshua Moody" wrote: > I...
In the `$Lightning.use` code, you need to refer to a specific id so the javascript knows where to attach the picker to. So you will need as many `$Lightning.use` calls...
What you probably don't realise is that Visualforce takes your id `actualFinal` and rewrites it. It comes out as a concatenation of all the ids in the objects wrapping your...