ChipTextField icon indicating copy to clipboard operation
ChipTextField copied to clipboard

Editable chip layout for Compose Multiplatform

Results 4 ChipTextField issues
Sort by recently updated
recently updated
newest added

Bumps `agp` from 8.3.2 to 8.4.0. Updates `com.android.application` from 8.3.2 to 8.4.0 Updates `com.android.library` from 8.3.2 to 8.4.0 Dependabot will resolve any conflicts with this PR as long as you...

dependencies
java

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24. Release notes Sourced from org.jetbrains.kotlin.android's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and Kodein Compiler KT-65235 JDK 21 might...

dependencies
java

Not ready yet, but as always, it's **open to contribute!**

Currently, chips are handled by ChipTextFieldState internally. Chips should come from outside like ViewModel. Also there should be Events or Listeners while removing chips that is currently handled internally. For...