gitdrums

Results 4 comments of gitdrums

Thanks for your suggestion. I did try to override the "updown" and even "range" and "radio" but the problem persists. here is my simple schema: ``` { "type": "object", "title":...

Here is the funny thing: when I replace text, with my custom integer compoment ``` const widgets = { uri: MyForm_Uploader, text: MyForm_Integer, //updown: MyForm_Integer, }; ``` text AND integer...

This is the only workaround I found to replace "integer" with a custom widget: There must be a simpler way. Ideas? ``` "use client"; import React from "react"; import {...