The component should initialize, show the list and select an item without the device vibration.
Actual results
On iOS (not tested yet on Android's real device), when the TypeAheadField component is initiated or the list shown, or an item selected, it triggers un unwanted Haptick Feedback.
Package Version
5.2.0
Platform
iOS
Code sample
Code sample
```dart
import 'dart:convert';
import 'package:auralib/screens/professional/insitutes.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_typeahead/flutter_typeahead.dart';
class HomeJob extends StatefulWidget {
const HomeJob({
super.key,
required this.onSelect,
});
final void Function(Map) onSelect;
@override
State createState() => _HomeJobState();
}
class _HomeJobState extends State {
List
Logs
Logs
```console
[Paste your logs here]
```
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Steps to reproduce
Expected results
The component should initialize, show the list and select an item without the device vibration.
Actual results
On iOS (not tested yet on Android's real device), when the TypeAheadField component is initiated or the list shown, or an item selected, it triggers un unwanted Haptick Feedback.
Package Version
5.2.0
Platform
iOS
Code sample
Code sample
```dart import 'dart:convert'; import 'package:auralib/screens/professional/insitutes.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_typeahead/flutter_typeahead.dart'; class HomeJob extends StatefulWidget { const HomeJob({ super.key, required this.onSelect, }); final void Function(MapLogs
Logs
```console [Paste your logs here] ```Screenshots or Video
Screenshots / Video demonstration
[Upload media here]