Greg Jopa

Results 27 comments of Greg Jopa

Having an auto scroll option for the tab player sounds great. Unfortunately, there are problems w/ sink.js in the latest version of Chrome so your demo doesn't work for me...

How do you define normal scores? Scrolling will be very difficult to implement consistently across all browsers and devices so scrolling should be an optional feature that the end user...

Yep, this tab player is based on TabDiv right now but I plan on switching it over to use Vexflow in the future. My plan is to first extract out...

Hi @hhsl, we use `alert()` for demo purposes only. It does pause browser execution so it's strongly recommended to avoid using `alert()` in production. Can you try the same test...

Hi @shinchannn and @AwaMelvine we provide a `disabled` prop for managing the disabled state in react-paypal-js. You should be able to use this instead of wiring up the behavior in...

Great work @westeezy! I agree we @mnicpt that we should document the details in the PR description to describe the benefits with this approach. I think the big win here...

Hi @tengkuzulfadli is this still a problem for you? We have a working example of Hosted Fields on Storybook here: https://paypal.github.io/react-paypal-js/?path=/story/paypal-paypalhostedfields--default. That one does call submit() as expected. If this...

Okay thanks for confirming. Let’s verify your eligibility. With the Hosted Fields component merchants have to onboard to be eligible. What does this command return when you run it in...

Just to clarify, you can use the `components` prop to load both buttons and hosted fields or just one component. Ex: ```jsx ... ``` Please provide a url to the...

Hi @tengkuzulfadli check the network tab to see why the JS SDK script is failing to load. From what I can tell is it's missing hte `client-id` which is a...