flutter_chips_input
flutter_chips_input copied to clipboard
Feature Request - Show cursor
Can we have the cursor shown in later versions?
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.
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.
We are facing a cursor issue as the cursor disappears in 1.9.3 too. please give us a solution.
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.
It would be nice to show the cursor or make it optional :)
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)