Alex Webb

Results 5 comments of Alex Webb

@pankilkhatri, can you supply some details about what's not working with validation? A live example or some form JSON would help as well

@sreejithswamidas, can you confirm the full URLs of those requested files? e.g. `https://cdn.form.io/quill/1.3.6/quill.min.js`

@tmohanbtech, here is an example of a custom component in React: https://github.com/formio/react-app-starterkit/tree/3.x/src/components

@tmohanbtech, you can set `this.element` in your `build()` function to a dynamically created element that is then wrapped by HandsOnTable as a new table instance.

I don't believe we have an event for that - you may be able to add one in `setItems`: https://github.com/formio/formio.js/blob/1ee427a7e98ffab803e900255c3ab5c0ea89a72d/src/components/select/Select.js#L222L332