Script Extensions are not working

Script Extensions are not working.
image

In what edition or version?

Just test it on Desktop Edition v25.9.30.2859 and ScriptExtension work fine..



This script not working
``Blockquote

Inventory Section body { font-family: Arial, sans-serif; } .disabled { pointer-events: none; /* Disable mouse events */ opacity: 0.5; /* Make it look disabled */ }

Inventory Section

Item Name:
<label for="averageCost">Average Cost:</label>
<input type="text" id="averageCost" name="averageCost" class="disabled" readonly> <!-- Disabled and Readonly -->

<button type="submit">Submit</button>
``