Samuel Colvin

Results 1017 comments of Samuel Colvin

It's a one line change, replace ```py json_schema['required'].append('links') ``` With ```py json_schema.setdefault('required', []).append('links') ```

On a cell it should be fairly easy, as you could implement your own Display type. Not sure on rows, but I'm sure we can find a way to support...

I would try creating a `FormFieldInput` manually and seeing if you can get a field to lock. If so, it should be fairly easy to fix in JSON schema parsing.

The principle behind FastUI is that you can use it to build admin interfaces, but also more custom UIs. But we could/should build abstraction that make FastUI even easier to...

ye fair, we can add a utility to help with this.

Maybe, but what specifically do you need from DataTablesJS?

If it's just another transport protocol for the current functionality, pr welcome.

I think we need to add support for [`step`](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step). And maybe set the default to `0.1` for floats?