In React controls such as inputs should normally be “controlled”. That means that there is always a value kept in state (through the useState hook) that is passed to the value of the input. This model of always rendering your data in a single directi...
Hi Kirill, thanks for your question.
I’m trying to implement image an Image annotation block from the list of possible use cases. Screenshot 2020-06-16 at 22.50.27|700x389
Could you suggest any ideas on how to implement this layout? I’ve managed t...
Hi Kuovonne, thanks for you question!
Can you tell us a little more about the decision to host this contest on devpost.com versus how you hosted the contests for scripting block?
The Custom Blocks Contest is on a much larger scale than the scriptin...
Hey Kamille, thanks for your question. I will try to unpack your questions a bit:
Will developers have access to UI elements not used in blocks?
The UI kit we provide for the Blocks SDK is separate from our core product UI for several reasons. We b...
Hey Ronen,
I created a ticket for looking into date picker options at our side, and to see if we can support date type on the input more gracefully. In the mean time, using the React picker I shared is probably your most robust option.
Best,
Jay