Lack of value prop in Form Field's Input Field

I feel really thrown off that the Input Field within the Form Field of a form doesn’t have a prop for value

Yeah… It is odd but the value of the input is controlled by the form now and not the input, so the value prop is hidden

if you wanted to chain in the input from a different field or from a query, would you set the initial value instead?

Yes you can set the initial value on the FormItem

ok, thanks!