nova-json-schema-field icon indicating copy to clipboard operation
nova-json-schema-field copied to clipboard

Laravel Nova field for displaying JSON schema data

Results 3 nova-json-schema-field issues
Sort by recently updated
recently updated
newest added

@NikolaySav thanks a ton for this project. In the edit form, all input fields are rendered as text. This makes it inconvenient for numeric fields and dates. A single line...

Hi there. Loving this package. Any ideas how can I implement this in a way that I can solve the `schema` on runtime? Let's say you have `User` that belongs...

Blank field display when I used `nova-json-schema-field` with schema Array of objects ```php public function fields() { return [ NovaJsonSchemaField::make('Options', $this->optionsSchema()) ->listClass('list-reset') ] } public function optionsSchema() { return [...

enhancement