Closed davidtcalabrese closed 2 years ago
All AI posts will automatically be marked with the ai-generated
tag.
I was trying to make it so the user would be unable to change this tag by adding the disabled
html attribute but then the form values weren't being passed at all.
I also found a way to keep ai-generated
always selected by setting an onChange attribute on the <select>
tag set to a certain function, but this messed with them being able to choose other tags.
I'm going to leave it as is for now.
Implement this as a tag? If so it would be ideal to add a
disabled
attribute to it on the Confirm Generated Post page so user can't uncheck it. Not sure if that works for a single<option>
tag of a<select>
element or if it can only be applied to the<select>
as a whole. The latter could work as well, though I like the idea of a user being able to change the tags as they see fit (other than "AI-Generated" or whatever tag this would be called).Another option would be to indicate to the user the post is AI-Generated in the Summary section of the post.