Skip to content

Instantly share code, notes, and snippets.

View Islomov49's full-sized avatar
:shipit:
From the future

Islomov Sardor Islomov49

:shipit:
From the future
  • Untec
  • Uzbekistan, Tashkent
View GitHub Profile
@Islomov49
Islomov49 / DecimalAmountTransformation.kt
Last active May 7, 2024 05:01
Decimal Amount Visual Transformation - Jetpack compose Visual Transformation for decimal input. Cursor works well! There might be room for optimization
package io.untec.utils.masks
import android.util.Log
import androidx.compose.ui.text.AnnotatedString
import androidx.compose.ui.text.TextRange
import androidx.compose.ui.text.input.OffsetMapping
import androidx.compose.ui.text.input.TextFieldValue
import androidx.compose.ui.text.input.TransformedText
import androidx.compose.ui.text.input.VisualTransformation
import java.math.BigDecimal