Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/tutorial/laminar.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ As an approximation of its behavior, itt wraps a UI-from-data binder `<--` and a
value <-- valueSignal.map(_.toString),
onInput.mapToValue.map(_.toIntOption).collect {
case Some(newCount) => newCount
case None => 0
} --> valueUpdater,
),
)
Expand Down