File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,6 @@ fun TextFieldDemo() {
3030The simplest approach is to supply an onValueChange() callback to a TextField. Whenever the text changes, the callback is invoked.
3131
3232In this example, every time the TextField changes, the new text value will be saved in a state and set to the TextField and the Text.
33+
34+ ## See also:
35+ * [ Full Example Code] ({{ site.samplefolder }}/textfield/TextFieldDemo.kt)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is a community-driven collection of Jetpack Compose documentation/examples/
1010
1111[ ![ jCenter] ( https://img.shields.io/badge/MIT-green.svg )] ( https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE )
1212[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
13- [ ![ jCenter] (https://img.shields.io/badge/Compose-1.2.0 -green.svg
13+ [ ![ jCenter] (https://img.shields.io/badge/Compose-1.2.1 -green.svg
1414)] ( https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE )
1515![ Android Weekly] ( https://androidweekly.net/issues/issue-431/badge )
1616[ ![ Contributors] ( https://img.shields.io/github/contributors/Foso/Jetpack-Compose-Playground.svg )] ( #contributors )
You can’t perform that action at this time.
0 commit comments