Skip to content

Commit c3e3134

Browse files
authored
Merge pull request #1738 from pavel-krivanek/17310-SpecUI-Demo-date
17310 spec UI demo date
2 parents e8a9db2 + 007c951 commit c3e3134

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Spec2-Examples/SpDemoStandaloneFormPresenter.class.st

+1-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@ SpDemoStandaloneFormPresenter >> defaultLayout [
7777
add: 'Scale:'; add: scaleInput; nextRow;
7878
add: 'Password:'; add: passwordInput; nextRow;
7979
add: 'Remember me:'; add: checkboxInput; nextRow;
80-
"SpDatePresenter is exclusive from Morphic backend for the moment"
81-
"add: 'Date:';
82-
add: #dateInput;
83-
nextRow;"
80+
add: 'Date:'; add: dateInput; nextRow;
8481
add: 'Gender:'; add: (SpBoxLayout newLeftToRight
8582
add: maleButton;
8683
add: femaleButton;

0 commit comments

Comments
 (0)