Dustin Getz

Results 288 comments of Dustin Getz

![image](https://user-images.githubusercontent.com/124158/50059149-236f8280-0151-11e9-90c1-735a7d5020a7.png)

The actual :input receives no :value prop which appears to cause this issue ![image](https://user-images.githubusercontent.com/124158/53651644-0f4a0600-3c15-11e9-8064-9f63201c9062.png)

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.

![image](https://user-images.githubusercontent.com/124158/55076603-41138880-506c-11e9-82ad-642e4340bd5c.png) ![image](https://user-images.githubusercontent.com/124158/55076897-ea5a7e80-506c-11e9-8205-e740695fda84.png)

I expected this to be value, not defaultValue ![image](https://user-images.githubusercontent.com/124158/55077030-34436480-506d-11e9-8909-e9f32df2a833.png)

Reagent is mucking with input value vs defaultValue: ![image](https://user-images.githubusercontent.com/124158/55078776-445d4300-5071-11e9-90d6-75f59c979d79.png)

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: ![image](https://user-images.githubusercontent.com/124158/55095237-30740a00-508e-11e9-902e-d25ab282a27a.png)

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...