Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 480 Bytes

MaterialDropDown

A dropdown which looks like material component outlined TextInputLayout.

Screenshot

##Syntax

materialDropDownCountries.setList(list,object :MaterialDropDownListener{
      override fun selectedItem(
        text: String,
        position: Int
      ) {
      //Do something with selected Item
      }

    })

you can pass true to set first item of list as selected Item