Merge pull request #14 from lanker/lanker/tag.nocap
Don't capitalize tags
This commit is contained in:
@@ -312,6 +312,7 @@ class _ModalContent extends ConsumerWidget {
|
|||||||
controller: provider.tagsController,
|
controller: provider.tagsController,
|
||||||
onChanged: ref.read(bookmarkFormProvider.notifier).validateTagInput,
|
onChanged: ref.read(bookmarkFormProvider.notifier).validateTagInput,
|
||||||
suggestions: tags.value?.content?.results?.map((t) => t.name!).toList() ?? [],
|
suggestions: tags.value?.content?.results?.map((t) => t.name!).toList() ?? [],
|
||||||
|
textCapitalization: TextCapitalization.none,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
border: const OutlineInputBorder(
|
border: const OutlineInputBorder(
|
||||||
borderRadius: BorderRadius.all(
|
borderRadius: BorderRadius.all(
|
||||||
|
|||||||
Reference in New Issue
Block a user