function post_process()
 {
     $this->default_value = ltrim($this->default_value);
     parent::post_process();
 }