We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6084f commit 21e6f3bCopy full SHA for 21e6f3b
docs/cookbook/textfield_changes.md
@@ -32,4 +32,4 @@ The simplest approach is to supply an onValueChange() callback to a TextField. W
32
In 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)
+* [Full Example Code]({{ site.samplefolder }}/material/textfield/TextFieldDemo.kt)
0 commit comments