Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/384 select global refactoring #394

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

mattgoud
Copy link
Collaborator

@mattgoud mattgoud commented Dec 17, 2024

❓ Types of changes

Global refactoring of Select component:
related issues :
#385
#384
#361
#287
#284
#280
#196

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality)
  • 📦 New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

📝 Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes
  • The component exists on old Prestashop UIKit and my pull request on migrating documentation is accepted.

…t), fix weird behavior of selectAll feature (handle disabled options case)
…and multi select (selectedSingleOption/selectedMultipleOptions), style puik-select
…ilteredOptions with custom method, filtering by optionLabelKey instead default label)
…e keyboard handling (esc to close dropdown), fix reset search query feature when dropdown is closed
…gs), add zIndex prop (group-options), styling focus on error puik-input-wrapper
…utIcon prop, improve search autocomplete function
… OptionType but a string or a number, wip: implement jumper en itemsperpage selects in pagination-large component
…wport, display it above the select -[pagination]- add id prop
…er, fix aria-controls issue (need hidden it if dropdown is closed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment