Francois Beaufils
Francois Beaufils
Helo, I am trying to make a simple selector "clearable". So I tried to add to my schema the following line: `"layout": { "props": { "clearable": true } }`. So...
Hello, I am trying to use a simple selector. This is the schema I am using: ```json { "type": "object", "properties": { "indicator": { "type": "string", "default": "aa", "enum": ["aa",...
Except if I am wrong, there is no way in `vjsf3` to display some radio buttons. Note that it seems achievable in `vjsf2`. What is the best way to do...
Hello, I am trying to create a plugin with a specific control I would like to use. Can you tell me if plugins are already supported? I followed the way...
Very very good library, I love it! I am trying to make the "markdown" plugin work, but I can't find a way to do it. My app is build with...
Hello, A new day, a new issue (or a new question). Today, I would like to create a list with one extension panel by item of this list. Is this...