red

Results 3 issues of red

Is there a way to use nested types in builder? For example: `context.SomeModel.KeysetPaginate(b => b.Descending(entity => entity.Options.SomeOption), reference: new { Options = new { SomeOption = value } });`

enhancement

**Describe the bug** Subj. **Expected behavior** The "type" prop should have string type. **Screenshots** ![icon](https://user-images.githubusercontent.com/1738743/192857621-c9c2ecad-98d3-4447-8f47-8a8fe51516dd.png)

bug
low priority

**Describe the bug** Disabled attribute is missing for [textarea](https://github.com/AgnosticUI/agnosticui/blob/master/agnostic-svelte/src/lib/components/Input/Input.svelte#L380) **To Reproduce** Steps to reproduce the behavior: 1. Set isDisabled to Input with type "textarea". 2. Style has applied, but user...