Skip to content

How do I get the color of a color-picker on button click?

Background: I am trying to get the current value of a color picker when I click my onSubmit button. The color picker is in a separate component. Problem: When I change the color via the color picker, I am getting an error message that says: TypeError: _this.props.setSelectedColor is not a function Component t…

Accordion component keyboard commands

I have an accordion component which is working correctly using the ‘tab’ to navigate through the controls, and on ‘enter’ and ‘spacebar’ the accordion expands. I am trying to figure out a way to navigate to the next accordion using the ‘up’ and ‘down&#8217…

How to Render Data from a POST API call in React

I’m trying to figure out how to code my current API call so that I can access each field from the API call and render it, then be able to use it across multiple components. I’m using the QuickBase API call that only allows POST to pull field values. I’ve been out of the game for a couple of …