Listbox boolean value fix
Problem: Listbox was not accepting the boolean false value.
Solution: Check is added if the value selected is boolean accept it.
Listbox position fix
Problem: Listbox was a display block when we open the dropdown it pushes all content down that is under the dropdown
Solution: Make the dropdown position absolute relative to the dropdown button
Listbox arrow selection fix
Problem: Listbox li not highlighted when selecting with arrow keys
Solution: Added a check highlighted if selecting an item using arrow keys and the active item selected.
Listbox fixes
Listbox boolean value fix Problem: Listbox was not accepting the boolean false value. Solution: Check is added if the value selected is boolean accept it.
Listbox position fix Problem: Listbox was a display block when we open the dropdown it pushes all content down that is under the dropdown Solution: Make the dropdown position absolute relative to the dropdown button
Listbox arrow selection fix Problem: Listbox li not highlighted when selecting with arrow keys Solution: Added a check highlighted if selecting an item using arrow keys and the active item selected.