We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d7efd commit a2e4633Copy full SHA for a2e4633
src/main/java/com/flowingcode/vaadin/addons/chipfield/ChipField.java
@@ -296,7 +296,7 @@ public boolean isDisabled() {
296
return getElement().getProperty("disabled", false);
297
}
298
299
- /** @deprecated use {@link #setReadOnly()} */
+ /** @deprecated use {@link #setReadOnly(boolean)} */
300
@Deprecated
301
public void setReadonly(boolean readonly) {
302
setReadOnly(readonly);
0 commit comments