Hanna Nygard Hollstrom
Hanna Nygard Hollstrom
I'm having the same issue. Doing `wrapper.instance().forceUpdate()` works for me but looking at the documentation I would expect `wrapper.update()` to do the same. I don't know how "safe" using `forceUpdate`...
Thank you! :) Sorry, another thing now. [Here](https://github.com/hannaholl/angular-input-dropdown/pull/12/commits/ed78f44f2e698d09f57d784bd35cf66a442abf52#diff-291adbca12cf2463c4aa8b4df360474bL17) I think we should keep `ng-mouseenter="setActive($index)"` so that on desktop you can still mouse over an item to make it "active"? Also,...
Hm, how did you set the initial value when it wasn't rendering? It's been a while since I worked on this project so I don't actually remember everything about how...
Hi, There's no built in way to use `ng-disabled` at the moment. You can manually add it to the input created in the template here https://github.com/hannaholl/angular-input-dropdown/blob/master/inputDropdown.js#L4 If you want to...
Hi, I think I know what you're trying to achieve here, would it be possible to do it like this instead, and get rid of the other changes? On [this...
Hi, I just had a look at this. What's the reason for using `ng-attr-placeholder` instead of the normal `placeholder` attribute? Thanks!