Huey

Results 12 comments of Huey

You're passing it as an object literal and not as an xml object. Try: params: xml({ .... }) On Fri, Feb 24, 2017 at 2:45 PM, urielcastrillon08 wrote: > hello,...

Try looking at this page: http://developer.ebay.com/DevZone/finding/Concepts/SiteIDToGlobalID.html It might be that you need to pass a different ID value. On Thu, May 28, 2015 at 12:32 PM, fccardiff [email protected] wrote: >...

Your header might not have the right entries. X-EBAY-SOA-GLOBAL-ID is passed as part of the auth. I'll look at this code later this evening and see if I can get...

Looking thru my code, I think you'll need a GlobalID = 'EBAY-US' as part of your request. I haven't used AddFixedPriceItemCall using the node api yet. On Sat, May 30,...

I haven't had a chance to play with this in detail yet. Busy weekend. I'll try to take another look tonight. On Mon, Jun 1, 2015 at 5:38 PM, fccardiff...

+1 Use the state.entryValue. Don't make your code brittle by relying on underlying DOM structure On Fri, Dec 4, 2015 at 2:56 PM, Loïc Giraudel [email protected] wrote: > You can...

Hey Francisco, I think you need something like 'defaultSelected' that is available on the tokenizer. You will probably need to add the same functionality to Typeahead. There is a 'selection'...

Not that I know of currently but sounds like a great feature to put in. I can't think why it should not be the default behavior.

As a quick workaround, I used the onTokenAdd callback to call a custom handler. Basically, map your [ {name: "MyName", value: "123"}, {name:"MyName2", "value":"456"}] to a new array containing only...