Umair Manzoor
Umair Manzoor
Proposed EDL: ```yaml widget: semantics: focused: true //specify if a rectangle appears around the widget individually label: 'This is label of widget that'll be spoken out' hint: 'hint for the...
@amin-nas We have widget content: i.e, `label, description, input value` etc And reader reads it in this order. ```yaml label: "Label", // spoken before widget content hint: "Hint", // spoken...
@sharjeelyunus @kmahmood74 I've implemented the disabled button according to Form Functionality. For form inputs to be validated we need to use `widget._formKey.currentState?.validate()`. Now this method `validate()` has `forceRebuild()` in it's...
@TheNoumanDev Can I get MRE?
I've tested this fix as well it is working fine. could you merge this already. This fix is needed urgent. @AhmedLSayed9
Great. It works. When I press `enter` it takes `tab` to focus on first popup then it goes smooth. Property `value` is missing from `DropdownButtonFormField2`. Is there any changelog I...