In this code i want to try make validation phone number field. I am using Tel-Input-Js. if i am using initialCountry: "AE", for showing default selection coun
here is the controller i am creating new room,i dd($attr)and i am having the proper id there public function create(Request $request) { $attr = Val
Firebase onAuthStateChange return the first result as undefined when I refresh page. Because of that I can not check if user is authenticated or not. My useAuth
Okay, so I don't know how to properly express my simple problem because of how simple it is, I guess. Basically, I have an autocomplete done by me in my React
Suppose now I have a dataframe with 2 columns: State and City. Then I have a separate dict with the two-letter acronym for each state. Now I want to add a thi
I want to make an expandable listview in my project. ExpandableListViewAdapter.Java public class ExpandableListAdapter extends BaseExpandableL
I'm trying to build a system to create forms with multiples pages. My approach was to separate it in three different parts. FormPages: The different form pages
I have the following code for HomePage class: class HomePage extends StatefulWidget { const HomePage({Key? key}) : super(key: key); @override _HomePageSt