File tree 2 files changed +2
-2
lines changed
domino-ui/src/main/java/org/dominokit/domino/ui/forms
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ protected void doSetValue(String value) {
97
97
* Retrieves the value of the base text box. If the value is empty and is set to be treated as
98
98
* null, this method will return null.
99
99
*
100
- * <p>{@inheritDoc}
100
+ * <p>
101
101
*
102
102
* @return the current value of the base text box or null if the value is empty and treated as
103
103
* null
Original file line number Diff line number Diff line change @@ -743,7 +743,7 @@ public C selectAt(int index) {
743
743
* @return an instance of the concrete class.
744
744
*/
745
745
public C selectAt (int index , boolean silent ) {
746
- findOptionByIndex (index ).ifPresent (o -> onOptionDeselected (o , silent ));
746
+ findOptionByIndex (index ).ifPresent (o -> onOptionSelected (o , silent ));
747
747
return (C ) this ;
748
748
}
749
749
You can’t perform that action at this time.
0 commit comments