Using el-radio-group, there is an issue with the options having duplicate tabindex, causing the options to not be correctly selected
I set up two columns in el-table: odIsDis and odIsReturn. These two columns can be dynamically modified using el-radio-group. By modifying the odIsDis options to disable and assign values to the odIsReturn options before selecting odIsReturn, not only does the assignment fail, but after re-enabling odIsReturn, its options cannot be directly modified by clicking.
Using el-radio-group, there is an issue with the options having duplicate tabindex, causing the options to not be correctly selected
I set up two columns in el-table: odIsDis and odIsReturn. These two columns can be dynamically modified using el-radio-group. By modifying the odIsDis options to disable and assign values to the odIsReturn options before selecting odIsReturn, not only does the assignment fail, but after re-enabling odIsReturn, its options cannot be directly modified by clicking.
some problem in using the sidebar UI in element-UI
I use the ‘Side bar’ and the ‘Lay out container’ to create a WebView by vue3.And I have some problem.