How to fix the the mass-action dropdown's in-place input of the Amasty's «Extended Product Grid» module?

A working input control

Pasted%20File%20at%20March%202%2C%202019%2012_11%20AM

A broken input control

Pasted%20File%20at%20March%202%2C%202019%2012_08%20AM

How to fix

Add the Magento_InventoryCatalogAdminUi module to the <sequence> section of the Amasty_Paction's module.xml file:

<module name="Amasty_Paction" setup_version="1.0.0">
	<sequence>
		<...>
		<module name='Magento_InventoryCatalogAdminUi'/>
	</sequence>
</module>

Then run bin/magento setup:upgrade and bin/magento setup:static-content:deploy.