Is there a way to make a text area partially editable? (make only portions of the text editable)

前端 未结 8 1597
太阳男子
太阳男子 2020-11-29 08:09

I just came across a situation in which it would be an elegant solution to have only portions of a text area (previously loaded with text) be editable while other portions a

8条回答
  •  迷失自我
    2020-11-29 09:01

    After searching find it's really hard to make a text area partially editable

    Here is my code that i used for this requirement

    input
    {
      width:100%;
      border:0px solid;
      outline:none
    }
    
     
    
            
    
    fixed content non-editable

提交回复
热议问题