Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

SelectFieldBuilder is a customised searchable Dropdown widget along with the label for the dropdown.

 

 

Features

  • isRequired : Developers can make a text field mandatory / non-mandatory for the users based on the isRequired value as true/false

  • requiredMessage : Customise your error validation message using requiredMessage variable

  • isEnabled : If isEnabled is false , then the text field becomes read-only (non-editable).

 

Widgets used from Flutter Material Library

SL No

Widgets

Description

1

DropdownMenuItem

options for the drop down

2

InputDecoration()

Text Box Decoration

3

TextFormField()

Text Field

4

ListTile()

Drop down options tile

 

Files Path :

Primary Files : https://github.com/misdwss/punjab-mgramseva/blob/master/frontend/mgramseva/lib/widgets/SelectFieldBuilder.dart ,

https://github.com/misdwss/punjab-mgramseva/blob/master/frontend/mgramseva/lib/widgets/SearchSelectFieldBuilder.dart

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.