Skip to content

Commit

Permalink
refactor: update CustomField to use Lit based component import
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 11, 2024
1 parent 9bd5cf2 commit 98f35ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@NpmPackage(value = "@vaadin/polymer-legacy-adapter", version = "24.6.0-alpha8")
@JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
@NpmPackage(value = "@vaadin/custom-field", version = "24.6.0-alpha8")
@JsModule("@vaadin/custom-field/src/vaadin-custom-field.js")
@JsModule("@vaadin/custom-field/src/vaadin-lit-custom-field.js")
public abstract class CustomField<T> extends AbstractField<CustomField<T>, T>
implements Focusable<CustomField<T>>,
InputField<AbstractField.ComponentValueChangeEvent<CustomField<T>, T>, T>,
Expand Down

0 comments on commit 98f35ae

Please sign in to comment.