We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8a9db2 + 007c951 commit c3e3134Copy full SHA for c3e3134
src/Spec2-Examples/SpDemoStandaloneFormPresenter.class.st
@@ -77,10 +77,7 @@ SpDemoStandaloneFormPresenter >> defaultLayout [
77
add: 'Scale:'; add: scaleInput; nextRow;
78
add: 'Password:'; add: passwordInput; nextRow;
79
add: 'Remember me:'; add: checkboxInput; nextRow;
80
- "SpDatePresenter is exclusive from Morphic backend for the moment"
81
- "add: 'Date:';
82
- add: #dateInput;
83
- nextRow;"
+ add: 'Date:'; add: dateInput; nextRow;
84
add: 'Gender:'; add: (SpBoxLayout newLeftToRight
85
add: maleButton;
86
add: femaleButton;
0 commit comments