How to get index of selected option in Select control
It took me some time to get the index of selected value of <select> html control. I tried to use 'attr', but 'prop' should be used for this.
$('#selectControlId').on('change', function () {
var selectName = $(this).val();
var i = $(this).prop("selectedIndex");
alert(i);
});
Net 10.0 is not available for Azure Functions. How to fix
Custom Label with multiple styles in TextField of Fluent UI
First impressions after using the new SPFX 1.22.2 with Heft