Skip to content

Commit

Permalink
Merge "Add internal SemanticAutofill class." into androidx-main
Browse files Browse the repository at this point in the history
  • Loading branch information
Melba Nuzen authored and Gerrit Code Review committed May 15, 2024
2 parents a16748a + 818cd11 commit a6e77a9
Show file tree
Hide file tree
Showing 18 changed files with 2,292 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ import androidx.compose.ui.platform.LocalAutofillTree
import androidx.compose.ui.text.input.TextFieldValue
import androidx.compose.ui.unit.dp

// TODO(333102566): will add demos when semantic autofill goes live. For now, see
// AndroidSemanticAutofillTest.kt which can reference the internal properties.

@Composable
@OptIn(ExperimentalComposeUiApi::class)
fun ExplicitAutofillTypesDemo() {
Expand Down

0 comments on commit a6e77a9

Please sign in to comment.