ChipTextField icon indicating copy to clipboard operation
ChipTextField copied to clipboard

Editable chip layout for Compose Multiplatform

Results 15 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...

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

dependencies
java

Bumps `kotlin` from 2.0.0 to 2.0.10. Updates `org.jetbrains.kotlin.android` from 2.0.0 to 2.0.10 Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 2.0.10 2.0.10 Apple Ecosystem KT-68257 Xcode incorrectly reuses embedAndSign framework when...

dependencies
java

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

dependencies
java

Bumps `coroutines` from 1.8.1 to 1.9.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 to 1.9.0 Release notes Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases. 1.9.0 Features Wasm/WASI target support (#4064). Thanks, @​igoriakovlev! limitedParallelism now optionally accepts...

dependencies
java

Bumps `kotlin` from 2.0.0 to 2.0.20. Updates `org.jetbrains.kotlin.android` from 2.0.0 to 2.0.20 Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 2.0.20 Changelog Analysis. API New Features KT-68143 Analysis API: support KtWhenConditionInRange...

dependencies
java

- [x] Add IOS build target - [x] Run the 'Sample' on IOS App - [x] check the tests on IOS Platform