You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Environment
Bobcat version:
Greater than 2.1.0
Bobcat modules used:
Expected Behavior
All DialogField implementations have a custom implementation of the clear() method - where applicable
Actual Behavior
Only the Multifield dialog field has it's own implementation of the clear() method for now.
The DialogField Interface has a new method - clear() (https://github.com/Cognifide/bobcat/blob/master/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DialogField.java) . It's used to clear up the current value of the given dialog field. Up untill now the operation of clearing the field was included in the given dialog field's setValue() method, but that has to change now that a need for separate clear() method has arrived.
The text was updated successfully, but these errors were encountered: