Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-5473 -frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Feb 1, 2024
1 parent 21b54d7 commit 2260d60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/mgramseva/lib/widgets/select_field_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ class SelectFieldBuilderState extends State<SelectFieldBuilder> {
items: widget.options,
onChanged: widget.widget,
enabled: !widget.readOnly!,
dropdownDecoratorProps: DropDownDecoratorProps(
baseStyle: TextStyle(
color: !widget.readOnly!?Theme.of(context).primaryColorDark:Colors.grey
)
),
popupProps: PopupProps.menu(
showSearchBox: widget.showSearchBox,
fit: FlexFit.loose,
Expand Down

0 comments on commit 2260d60

Please sign in to comment.