Why do we need a test case for data-bs-toggle="dropdown" ? #32613
-
In bootstrap documentation, it is clearly mentioned that we need to add |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The test ist needed for users they don't want to setup the bs dropdown automatically with the data-api. The data-api |
Beta Was this translation helpful? Give feedback.
The test ist needed for users they don't want to setup the bs dropdown automatically with the data-api.
The data-api
data-bs-toggle="dropdown"
is fine for users with static websites and users who serve the whole dom at once.But for user who renders dynamically there html, need other ways to initialise the functionality. And for that people, is the test.