Mischa

Results 10 comments of Mischa

I'm also stuck on this, did you figure anything out @tsp1996 ?

(should also mention I am mostly leaving this here for future people who might run into this issue and search for it in the issues given I am not sure...

I would be keen to help work adding support for hooks but don't really know where to start - anybody got any ideas?

> > For now I managed to solve the issue with the following work-around: > > ```js > > import React, { useState, useEffect } from 'react'; > > import...

Thanks for the quick response @Hyokune! In the end I have decided to setup a default instance of the field on `InitialValues` as this seemed like the simplest solution: ```...

`il8n-js` was used in an internal project, which highlighted two things: 1. Because the translations get bundled, it is important to limit what is included to just the ones being...

Hello, complete elixir n00b chiming in. Thanks so much for this and all the other great repos on Elixir that you have created. I tripped over ``` def update(%__MODULE__{} =...

@samhstn the way you suggested looks great, so easy to read :smile_cat:

A few notes regarding this approach: 1. This implementation is coupled with bootstrap modal functions, but it would be fairly trivial to refactor that controller to move things like bootstrap...

Thanks for all the answers on the thread! I've added a variant to the solution posted by @fzaninotto as I need to handle an array of fields: ``` const initialValuesWithEmptyFields...