I want to dynamically change the value of key by selecting a submenu when selecting tagdata.
Specifically, it's time to decide on a date format.
{
date: "2022-04-22",
format: "yyyy / MM / dd"
}
{
date: "2022-04-22",
format: "MM-dd"
}
I am developing an app that converts text created with tagrify on an aws server and sends a message to SNS.
I think that it is necessary to set the date to be sent in the whiteList of tagrify when sending in the "MM-dd" format.
If it is not a submenu, the UI is not ideal, so I would like to ask you to implement a submenu.
