Gert Dreyer
Gert Dreyer
Originally we were on the latest NuGet version (v1.3.0) however we are currently using the master branch (c23d932). Ultimately we succeeded with the InCall status. On the master branch it...
Pull request #256 contains the improvement on the regex.
This is still not resolved as the working approach is not optimal as we can only determine InCall from the QueueMemberEvent which requires a QueueStatusAction. This is thus a polling...
We are using `Status` as well but that only reports Interface state (InUse, NotInUse, etc) and reflects the same status across queues. Our use case is a bit more specific...
Also closes final-form/final-form#412
As GabenGar correctly states form elements are not allowed to be nested. You probably need to implement it as a Wizard form see (https://codesandbox.io/s/github/final-form/react-final-form/tree/master/examples/wizard).
@Beraliv Please use the built-in typescript Omit as per the recommendation https://github.com/final-form/react-final-form/pull/589#issuecomment-521011710
Please retest with the latest version and see #1007 for the same behaviour on the Form validator.
@jokhuzb1 Please see https://github.com/final-form/react-final-form/issues/976#issuecomment-1378855583
The code sandbox link @abrad45 is unfortunately no longer valid. Please attempt with https://final-form.org/docs/final-form/types/FormState#dirty as well as pristine.