Nadav Nuni

Results 3 issues of Nadav Nuni

it says that (disabled==true) => enabled component, but it's the opposite (as it should be) just need to fix the docs

I Tried to render a button inside a form, and it did render but clicking it yielded nothing... outside of the form it was all ok. this is the form...

When trying to parse this: ``` openapi: "3.0.0" info: version: 1.0.0 title: test license: name: MIT paths: {} components: schemas: ExampleSchema: type: object properties: code: type: number default: 1 ```...