Kyle Gray
Kyle Gray
We were able to get pretty close with the `reactstrap-date` that runs on `bootstrap`. If this was implemented we would be able to write less style overrides and hook more...
> Waiting on a major. I really want to get forwardRef stuff in with this next breaking change. I haven't had time. Hoping to get it done sometime this month....
Not sure the use case behind defaultValue and value fields. In this case you should just be assigned a "default" value to the `values.dob` field or just putting `value={values.dob ||...
I think [this](https://github.com/Availity/availity-uikit/blob/641ea17ac2ff0d62d2204d48e3486ff49b768106/packages/uikit/scss/_variables.scss#L120) may be what you are looking for Unless you are talking about the custom icon fonts we have.
Alright so I had to do some digging myself bc I too have not touched any of our uikit much at all. We have a [script](https://github.com/Availity/availity-uikit/blob/641ea17ac2ff0d62d2204d48e3486ff49b768106/scripts/updateFont.js) that will pull in...
Can we not also spread the meta for the field onto the component here: https://github.com/jaredpalmer/formik/blob/next/src/Field.tsx#L189 I find it that I have to use the `useField` hook in order to do...
Created codesandbox link and placed it in your comment above
Theoretically it should support symlinked packages as its just taking the source code and compiling it on its own in webpack. For Science [this](https://github.com/Availity/availity-workflow/blob/master/packages/workflow/settings/index.js#L52) is where we say all deps...
Ah I see where you are coming from now. Yes we do plan on compiling those packages as well. Most likely it will be using the same babel script used...
Hmmmm, okay I went ahead and disabled the `experimental` hot loader by default and pinned `query-string` to v5. Not sure why that was accidentally upgraded again. 🙃