Skip to main content

New answers tagged

0 votes

Is there a way to allow negative decimals for TextField in Jetpack Compose on all Android versions?

Still facing this issue. Some researching gaves me a point of: 1. this is not android native problem itself 2. there is no android version correlation with problem 3. only Samsung devises with Samsung ...
Samir Alyasov's user avatar
1 vote
Accepted

SwiftUI iOS26+ Transition or Animation after TextField value entered

You could try attaching an animation to the transition: .transition(.scale.animation(.easeInOut)) When running your example, the whole view also moves up to make space for the error message. This can ...
Benzy Neez's user avatar
0 votes

Material UI TextField disable Browser autoComplete

As of today, none of the options presented below have helped me, so I decided to cheat: import { TextField, Tooltip, IconButton as MUButton, TextFieldProps, } from 'e100-react-components-ts'; /...
Paul Alexeev's user avatar

Top 50 recent answers are included