Dustin Getz
Dustin Getz

The actual :input receives no :value prop which appears to cause this issue 
Related: - [ ] Reaction: editing stage doesn’t react cell - same bug. Editing :link/txfn from staging area is intermittent issues which are a fn of default value state.
 
I expected this to be value, not defaultValue 
Reagent is mucking with input value vs defaultValue: 
This can be reliably reproduced here on link/path http://domains.hyperfiddle.net/:domains/ Current theory it only happens on the first edit after a hard refresh
This is after page settles, clear logs, then delete the keyword: 
Root cause was unstable fiddle-src-remderer in ide/edit
Karl says, after investigation, we are using :default-value wrong. We need to be a controlled field at all times, which means implement default value logic ourselves, which impacts the datom...