- 🇳🇬Nigeria chike Nigeria
From the info on the project page of Unique Field AJAX → , it now supports integers but I am wondering how the module will play with random_number_field.
On my site I disabled random_number_field in the form display so content editors don't get to interface with it. I am wondering if an existing number is generated and unique_field_ajax detects it, how the user experience is going to be? unique_field_ajax will stop the page from saving and flag the field as having an existing value. This sounds like in my case where the field is hidden in form display, this won't be a good experience.
Or could the integration work for unique_field_ajax to trigger random_number_field to regenerate the number till it is acceptable?