Skip to main content
2 votes
1 answer
41 views

Redirect keyword search result to a url

I am learning website building, html, css, javascript. I want to know how to redirect a search result to a url on click event. I have a simple local website, not online, just on my pc. I have few ...
mer063's user avatar
  • 69
0 votes
1 answer
55 views

How to fix onBackPressed for an expanded material3 SearchBar?

I am using androidx.compose.material3.SearchBar in its expanded state in my Android project. I am using androidx.compose:compose-bom:2024.09.02 which includes androidx.compose.material3:material3-*:1....
JJD's user avatar
  • 51.6k
0 votes
2 answers
31 views

Prevent EditText in SearchBar from covering MenuItem Button

I cannot figure out how to get the EditText to not cover the area where my MenuItem icon button is within this SearchBar. Is there no best way this is handled? Layout snippet: <com.google....
hhaider's user avatar
0 votes
2 answers
72 views

Show Icon after TextForm Field

Expanded( child: Column( mainAxisAlignment: MainAxisAlignment.start, children: [ SizedBox(height: 40), Row( children: [ SizedBox(...
CodeVault's user avatar
0 votes
0 answers
21 views

calling api with searchbar text in swiftui

I have a search bar, and the text in the searchbar indicates that API is calling. Even after removing everything from the search field, the user interface is still displaying the data. I have used ...
user23492857's user avatar
0 votes
1 answer
145 views

How to search by multiple filters with Firebase in my Flutter app?

I made a search bar for my Flutter App and put a filtering button next to this search bar. When the user clicks on this filtering button, a 'bottom sheet' will open on the screen and user can select ...
Hüseyin KARABULUT's user avatar
0 votes
1 answer
27 views

Flutter Web Searchfield is not filtering results in suggestions after text input

I'm trying to search through List<Map<String, dynamic>> partyList where each map stores information about party. I implemented searchfield as follows. Padding( padding: const ...
Shrikant Agrawal's user avatar
0 votes
1 answer
314 views

how to change the shape to SearchBar widget in flutter

I want search bar in a rectangle shape, but corner should be slightly rounded. by default its corder are too rounded. anyone can help me to make its corner customisable. Below is the code I tried. ...
Shubham Mogarkar's user avatar
0 votes
0 answers
24 views

How to smoothly transition a UICollectionView into a UISearchBar when scrolling in Swift?

I'm working on an iOS app in Swift where I have a UICollectionView displaying ads at the top of my screen and another UICollectionView displaying products below it. I want to implement a smooth ...
Ерасыл Адильхан's user avatar
1 vote
0 answers
26 views

React - Reset search list state after searching twice

A react newbie here. I have a functioning search bar by which it is possible to search and go to the url of the item in the list. This is achieved by useNavigate. I have two problems with this. What I ...
Cem's user avatar
  • 11
0 votes
0 answers
40 views

VBA - Search & Display : result doesn't take comment/URL into account

I've been working on a dynamic search bar in Excel, following this video, and it works fine. =IF(I3="","No match",FILTER(Table1,ISNUMBER(SEARCH(I3,Table1[Sujet])),"No match&...
Florent's user avatar
  • 15
0 votes
1 answer
59 views

Ion-Searchbar not showing on native Android device

When I run my angular (ionic) app on the browser everything works and looks fine. (Angular v17.0.2, Ionic v8.2.2). When I npx cap sync it and try it out on a device with Android Studio it looks like ...
Nenox's user avatar
  • 1
0 votes
2 answers
185 views

Android.Views.InflateException when trying to migrate a SearchBar custom renderer in .net MAUI

My Exact issue and same code is already reported by someone at the below git link. The code samples are also present in the GIT reported issue. When migrating my Xamarin app to MAUI and when using a ...
Saurabh's user avatar
  • 87
0 votes
0 answers
17 views

Can't display searchbar over image

Evening everyone, I'm a new programmer and I was having some trouble displaying a (input)searchbar over an image. Despite setting the image to background, the image is still displayed over the ...
Jayo's user avatar
  • 1
0 votes
0 answers
64 views

How do I search through a specific table in phpmyadmin with the elementor(wordpress) search bar?

So I am pretty new to Wordpress and am trying to build a website. The thing I want to do is to add some tables with people's names and some info about them. Then in the website's page containing a ...
Marita's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
69