I changed my import from org.vaadin.resetbuttonfortextfield.ResetButtonForTextField to org.vaadin.addons.ResetButtonForTextField, but I get a compilation error under Vaadin 8.7.1 on my prior working code:
ResetButtonForTextField.extend(myTextField);
I think it’s because I’m still using the V7 compatibility library. It’s not clear if I can mix and match using the V8 TextField along with other V7 compatibility stuff or not in the same layouts.