flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Feature Request - Show cursor

Open Achintha444 opened this issue 4 years ago • 6 comments

Can we have the cursor shown in later versions?

Achintha444 avatar Jan 12 '21 18:01 Achintha444

Hello, cursor were in previous versions and dissapeared somehow... i want it back too :) By the way. The cursor was not centered to the input content earlier.

spazzlite avatar Jan 18 '21 11:01 spazzlite

Hello, cursor were in previous versions and dissapeared somehow... i want it back too :) By the way. The cursor was not centered to the input content earlier.

Dissapeared cursor error, contains in 1.9.5 version.

spazzlite avatar Jan 18 '21 12:01 spazzlite

We are facing a cursor issue as the cursor disappears in 1.9.3 too. please give us a solution.

rahul14723 avatar Feb 04 '21 09:02 rahul14723

We are facing a cursor issue as the cursor disappears in 1.9.3 too. please give us a solution.

In 1.9.4 cursor is on its place.

spazzlite avatar Feb 04 '21 09:02 spazzlite

It would be nice to show the cursor or make it optional :)

bagintz avatar Feb 08 '21 22:02 bagintz

Hi everyone, just ran into this issue as well, but the problem was due to the cursor color being white. The cursor color stems from the app themes textSelectionTheme->cursorColor attribute. If this attribute isn't set, the cursor color will default to white, which is why the cursor doesn't appear. Fixed by adding this in the app theme. textSelectionTheme: TextSelectionThemeData(cursorColor: primaryColor)

jturak-rbi avatar Jul 16 '21 15:07 jturak-rbi