Sudhanshu Gautam

Results 3 issues of Sudhanshu Gautam

I am trying to create schema from the following struct: ``` type Product struct { Base PublishedAt time.Time `json:"published_at"` Title string `json:"title"` Description string `json:"body_html"` Vendor string `json:"vendor"` ProductType string...

closes #1027 * Implements `RefreshControl` * Add stories for the same

# Description When you use the hook to copy a text, it copies as `text/html` (since it is default for `copy-to-clipboard` package). This results in weird rendering in rich text...