vaizard / glued-skeleton-modular

Web application skeleton that uses the Slim4 Framework, PHP-DI, Nyholm PSR7 and Twig.
MIT License
1 stars 4 forks source link

Make custom widgets work in rjsf again #18

Open killua-eu opened 4 years ago

killua-eu commented 4 years ago

Reference: see this commit https://github.com/vaizard/glued-skeleton/commit/e51972d41fa937df385d5bafcaa5fe3ebc49b84a

Using floatingLabelWidget will err with

    Re http://10.146.149.29/contacts/list:264
    callback http://10.146.149.29/contacts/list:265
    bh http://10.146.149.29/contacts/list:262
    ah http://10.146.149.29/contacts/list:262
    Pj http://10.146.149.29/contacts/list:267
    unstable_runWithPriority http://10.146.149.29/contacts/list:256
    pb http://10.146.149.29/contacts/list:262
    Ma http://10.146.149.29/contacts/list:267
    We http://10.146.149.29/contacts/list:266
    Ja http://10.146.149.29/contacts/list:269
    sd http://10.146.149.29/contacts/list:268
    td http://10.146.149.29/contacts/list:268
    Yh http://10.146.149.29/contacts/list:266
    td http://10.146.149.29/contacts/list:268
    render http://10.146.149.29/contacts/list:269
    <anonymous> http://10.146.149.29/contacts/list line 308 > scriptElement:541
    oL http://10.146.149.29/contacts/list:308
    i http://10.146.149.29/contacts/list:308
    uL http://10.146.149.29/contacts/list:308
    AL http://10.146.149.29/contacts/list:308
    AL http://10.146.149.29/contacts/list:308
    EL http://10.146.149.29/contacts/list:308
Error: "No widget "floatingLabelWidget" for type "string""
killua-eu commented 4 years ago

https://github.com/rjsf-team/react-jsonschema-form/blob/e673a9097e587f28ffe7d82647ff70ba33908bcb/packages/core/src/utils.js#L135

killua-eu commented 4 years ago

https://github.com/rjsf-team/react-jsonschema-form/blob/v2/src/utils.js#L131