+
Options
+ {options.map((opt, index) => (
+
+ handleOptionChange(index, e.target.value)}
+ />
+ handleRemoveOption(index)}
+ disabled={options.length <= 2}
+ aria-label={`Remove option ${index + 1}`}
+ >
+
+
+
+ ))}
+ {options.length < 10 && (
+
+ )}
+