Jon Griffith
Jon Griffith
I'm trying to handle errors on a mutation with variables and this is what I have: ```ts async fetchSomething() { const mutation = gql` mutation AdminLogin($email: String!, $password: String!) {...
Is it possible to keep relationships (or any section) out of tabs? Basically I just want tabs to be inside a panel as a child of a panel. Right now...
### Version @nuxtjs/tailwindcss: 5.3.2 nuxt: 3.0.0-rc.8 ### Reproduction Link https://github.com/devotoare/nuxt-tailwind-content-bug ### Steps to reproduce Follow instructions on: https://tailwindcss.nuxtjs.org/examples/content ### What is Expected? Classes work. ### What is actually happening? If...
``` Number::make('Weight')->min(0)->max(10)->step(0.01) ->default(1) ->rules('required'), ``` Results in a number field that has no value pre-entered. ``` Text::make('Type') ->default('input') ->rules('required'), ``` Results in a text field that has no value pre-entered.
Currently hoping for an enhancement where it could send a message to multiple slack channels on different slack organizations.