DJ

Results 4 comments of DJ
trafficstars

wonder if it could be as easy as calling [updateInitialValues](https://github.com/tinacms/tinacms/blob/861b42fef603ff587a8d71122293382253d45e26/packages/%40tinacms/toolkit/src/packages/forms/form.ts#L251) after doing an initial normalization. Do we need to wait for the component to receive focus? we use `updateInitialValues` to...

the only usage example I'm aware of is to support `useForm`'s `loadInitialValues` option: https://github.com/tinacms/tinacms/blob/main/packages/%40tinacms/toolkit/src/packages/react-core/use-form.ts#L86 > We don't, but if the rich-text editor is nested in another object we wouldn't know...

Thanks for your feedback! I agree that these are worth mentioning - I will provide an update to the article along with PR #34 which addresses your second point.

bumped `hugo-bin` version in `package.json`